Skip to content

Commit

Permalink
Update to Artifactory plugin v5 (#81)
Browse files Browse the repository at this point in the history
Also update gradle to 8.5
  • Loading branch information
rzblue authored Oct 13, 2024
1 parent 096832d commit 93b0c3a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion combiner/allwpilib/combine.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if (System.getenv()['RUN_AZURE_ARTIFACTORY_RELEASE'] != null) {
}
username = System.getenv()['ARTIFACTORY_PUBLISH_USERNAME']
password = System.getenv()['ARTIFACTORY_PUBLISH_PASSWORD']
maven = true
}
}
clientConfig.info.setBuildName('allwpilib')
Expand Down
4 changes: 2 additions & 2 deletions combiner/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.jfrog.artifactory" version "4.29.3" apply false
id "com.jfrog.artifactory" version "5.2.5" apply false
}

ext.getClassifier = { f->
Expand All @@ -17,5 +17,5 @@ if (project.hasProperty('thirdparty')) {
}

wrapper {
gradleVersion = '8.4'
gradleVersion = '8.5'
}
Binary file modified combiner/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion combiner/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
1 change: 0 additions & 1 deletion combiner/thirdparty/combine.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if (System.getenv()['RUN_AZURE_ARTIFACTORY_RELEASE'] != null) {
repoKey = 'thirdparty-mvn-release'
username = System.getenv()['ARTIFACTORY_PUBLISH_USERNAME']
password = System.getenv()['ARTIFACTORY_PUBLISH_PASSWORD']
maven = true
}
}
if (project.hasProperty('buildName')) {
Expand Down

0 comments on commit 93b0c3a

Please sign in to comment.