Commit 5c424fa 1 parent 023f671 commit 5c424fa Copy full SHA for 5c424fa
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ ext {
159
159
version :micronautDiscoveryClientVersion,
160
160
group :' io.micronaut' ,
161
161
name :' micronaut-discovery-client'
162
- ],
162
+ ],
163
163
' micronaut.hibernate.validator' : [
164
164
version :micronautHibernateValidatorVersion,
165
165
group :' io.micronaut.beanvalidation' ,
@@ -671,8 +671,11 @@ subprojects { Project subproject ->
671
671
group projectGroupId
672
672
673
673
apply plugin : " io.micronaut.build.common"
674
- apply plugin : " io.micronaut.build.dependency-updates"
675
- apply plugin : " io.micronaut.build.publishing"
674
+ if (! subproject. name. startsWith(' test-' ) &&
675
+ ! subproject. toString(). contains(' benchmarks' )) {
676
+ apply plugin : " io.micronaut.build.dependency-updates"
677
+ apply plugin : " io.micronaut.build.publishing"
678
+ }
676
679
677
680
micronautBuild {
678
681
enableBom = false
You can’t perform that action at this time.
0 commit comments