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 69e9abf commit aa5be93Copy full SHA for aa5be93
build.gradle
@@ -44,13 +44,13 @@ subprojects {
44
useJUnitPlatform()
45
}
46
47
- rootProject.tasks.publishToMavenLocal.dependsOn(publishToMavenLocal)
48
-
49
afterEvaluate {
50
final String reindevVersion = project['reindev.version'] as String
51
final String reindevVersionAllowFrom = project['reindev.version.allowFrom'] as String
52
53
if (project.pluginManager.hasPlugin("maven-publish")) {
+ rootProject.tasks.publishToMavenLocal.dependsOn(publishToMavenLocal)
+
54
publishing {
55
publications {
56
release(MavenPublication) {
0 commit comments