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.
tasks.named('artifactoryPublish')
1 parent 366c7d9 commit 56ed297Copy full SHA for 56ed297
utils/spring-project-init.gradle
@@ -3,7 +3,9 @@ gradle.projectsLoaded {
3
allprojects {
4
afterEvaluate {
5
if (tasks.findByName('artifactoryPublish')) {
6
- tasks.named('artifactoryPublish').enabled(false)
+ tasks.named('artifactoryPublish') {
7
+ enabled(false)
8
+ }
9
pluginManager.withPlugin('maven-publish') {
10
artifactory {
11
publish {
0 commit comments