diff --git a/Prestarter_module/build.gradle b/Prestarter_module/build.gradle index c32f9d6..f0cbcb7 100644 --- a/Prestarter_module/build.gradle +++ b/Prestarter_module/build.gradle @@ -7,6 +7,9 @@ version = '1.0-SNAPSHOT' def mainClassName = "pro.gravit.launcher.launchermodules.prestarter.PrestarterModule" repositories { + maven { + url "https://oss.sonatype.org/content/repositories/snapshots" + } mavenCentral() mavenLocal() }