Skip to content

Commit

Permalink
Upgrade plugin-plugin to 8.1.2 to support groovy 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Sep 24, 2018
1 parent 987564f commit 738bf70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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 'nebula.plugin-plugin' version '8.1.0'
id 'nebula.plugin-plugin' version '8.1.2'
}

description 'Plugins to add provided and optional configurations'
Expand Down
32 changes: 16 additions & 16 deletions dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
},
"integTestCompileClasspath": {
Expand All @@ -33,8 +33,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
},
"integTestRuntime": {
Expand All @@ -43,8 +43,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
},
"integTestRuntimeClasspath": {
Expand All @@ -53,8 +53,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
},
"jacocoAgent": {
Expand Down Expand Up @@ -85,8 +85,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
},
"testCompileClasspath": {
Expand All @@ -95,8 +95,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
},
"testRuntime": {
Expand All @@ -105,8 +105,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
},
"testRuntimeClasspath": {
Expand All @@ -115,8 +115,8 @@
"requested": "latest.release"
},
"com.netflix.nebula:nebula-test": {
"locked": "6.7.1",
"requested": "6.+"
"locked": "7.1.0",
"requested": "7.+"
}
}
}

0 comments on commit 738bf70

Please sign in to comment.