Skip to content

Commit

Permalink
Merge pull request #175 from gradle/snoopcheri/fix-nightly-publish-job
Browse files Browse the repository at this point in the history
Use snapshot task when publishing nightly to internal Artifactory
  • Loading branch information
snoopcheri authored Feb 22, 2023
2 parents c6fc7b7 + 6e5e288 commit b44f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ project {

steps {
gradle {
tasks = "clean devSnapshot publishPluginPublicationToGradleBuildInternalSnapshotsRepository -x test"
tasks = "clean snapshot publishPluginPublicationToGradleBuildInternalSnapshotsRepository -x test"
gradleParams =
"-s $useGradleInternalScansServer $buildCacheSetup $useGradleInternalScansServer"
param("org.jfrog.artifactory.selectedDeployableServer.defaultModuleVersionConfiguration", "GLOBAL")
Expand Down

0 comments on commit b44f055

Please sign in to comment.