Skip to content
Snippets Groups Projects
Commit 15f1c15e authored by juanf's avatar juanf
Browse files

SSDM-9372 : Gradle 4 to Gradle 5 update

parent c0e36a00
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,6 @@ plugins { ...@@ -13,10 +13,6 @@ plugins {
configure(allprojects) { configure(allprojects) {
apply plugin:'base' apply plugin:'base'
task wrapper(type: Wrapper) {
gradleVersion = '4.10'
}
repositories { repositories {
mavenCentral() mavenCentral()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment