Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Gradle 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Aug 17, 2023
1 parent 4bd29f3 commit bb421fa
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 35 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


plugins {
id 'com.netflix.nebula.plugin-plugin' version '20.8.0'
id 'com.netflix.nebula.plugin-plugin' version '20.8.1'
}

description 'Gradle plugin to do various Stash SCM tasks'
Expand Down
56 changes: 56 additions & 0 deletions dependencies.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"compileClasspath": {
"org.codehaus.groovy.modules.http-builder:http-builder": {
"locked": "0.7.1"
}
},
"integTestCompileClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "10.5.0"
},
"org.codehaus.groovy.modules.http-builder:http-builder": {
"locked": "0.7.1"
},
"org.mockito:mockito-all": {
"locked": "1.9.5"
}
},
"integTestRuntimeClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "10.5.0"
},
"org.codehaus.groovy.modules.http-builder:http-builder": {
"locked": "0.7.1"
},
"org.mockito:mockito-all": {
"locked": "1.9.5"
}
},
"runtimeClasspath": {
"org.codehaus.groovy.modules.http-builder:http-builder": {
"locked": "0.7.1"
}
},
"testCompileClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "10.5.0"
},
"org.codehaus.groovy.modules.http-builder:http-builder": {
"locked": "0.7.1"
},
"org.mockito:mockito-all": {
"locked": "1.9.5"
}
},
"testRuntimeClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "10.5.0"
},
"org.codehaus.groovy.modules.http-builder:http-builder": {
"locked": "0.7.1"
},
"org.mockito:mockito-all": {
"locked": "1.9.5"
}
}
}
32 changes: 0 additions & 32 deletions gradle.lockfile

This file was deleted.

1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
systemProp.nebula.features.coreLockingSupport=true
2 changes: 1 addition & 1 deletion 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.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit bb421fa

Please sign in to comment.