Skip to content

Commit

Permalink
[FIX] snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Oct 28, 2023
1 parent 017231d commit 382f74b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Prestarter_module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 382f74b

Please sign in to comment.