Skip to content

Instantly share code, notes, and snippets.

@wickedev
Last active January 24, 2020 14:40
Show Gist options
  • Save wickedev/4447282f9c19490ffa97520a15eb8678 to your computer and use it in GitHub Desktop.
Save wickedev/4447282f9c19490ffa97520a15eb8678 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
maven { url "https://repo1.maven.org/maven2" }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.4.RELEASE")
}
}
allprojects {
repositories {
maven { url "https://repo1.maven.org/maven2" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment