We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e333b commit 2e8a616Copy full SHA for 2e8a616
build.gradle
@@ -20,6 +20,10 @@ ext.itestProjects = subprojects.findAll { project -> project.name.startsWith('it
20
ext.coreModuleProjects = javaProjects - sampleProjects - itestProjects
21
ext.aspectjProjects = [project(':spring-security-aspects'), project(':spring-security-samples-aspectj')]
22
23
+configure(subprojects - coreModuleProjects) {
24
+ tasks.findByPath("artifactoryPublish")?.enabled = false
25
+}
26
+
27
configure(javaProjects) {
28
apply from: "$rootDir/gradle/javaprojects.gradle"
29
}
0 commit comments