Skip to content

Commit 118f28e

Browse files
sbrannenmarcphilipp
authored andcommitted
Apply maven.gradle after setting group.project
1 parent 857b70b commit 118f28e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ subprojects { subproj ->
292292

293293
if (subproj.name in mavenizedProjects) {
294294

295-
apply from: "$rootDir/gradle/maven.gradle"
296-
297295
subproj.ext.baseline = null
298296

299297
if (subproj.name in jupiterProjects) {
@@ -311,6 +309,9 @@ subprojects { subproj ->
311309
subproj.baseline = vintageBaseline
312310
}
313311

312+
// apply after `project.group`, etc. have been set
313+
apply from: "$rootDir/gradle/maven.gradle"
314+
314315
configurations {
315316
base
316317
}

0 commit comments

Comments
 (0)