Reinstate logic that applies publish-maven.gradle to subprojects
Without applying publish-maven.gradle no Maven poms are generated.
This commit is contained in:
@@ -20,6 +20,8 @@ allprojects {
|
||||
|
||||
subprojects { subproject ->
|
||||
|
||||
apply from: "${rootProject.projectDir}/publish-maven.gradle"
|
||||
|
||||
sourceCompatibility=1.8
|
||||
targetCompatibility=1.8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user