We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857b70b commit 118f28eCopy full SHA for 118f28e
build.gradle
@@ -292,8 +292,6 @@ subprojects { subproj ->
292
293
if (subproj.name in mavenizedProjects) {
294
295
- apply from: "$rootDir/gradle/maven.gradle"
296
-
297
subproj.ext.baseline = null
298
299
if (subproj.name in jupiterProjects) {
@@ -311,6 +309,9 @@ subprojects { subproj ->
311
309
subproj.baseline = vintageBaseline
312
310
}
313
+ // apply after `project.group`, etc. have been set
+ apply from: "$rootDir/gradle/maven.gradle"
314
+
315
configurations {
316
base
317
0 commit comments