diff options
author | AVuTuVA <66278054+AVuTuVA@users.noreply.github.com> | 2023-02-24 02:00:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 02:00:27 +0300 |
commit | 3f5c7e4d046073f93aab5925627d528cbae06a30 (patch) | |
tree | 034c2bb8997b90191b71768ac0a6992835539474 /build.gradle | |
parent | 30341e2a6d5a0b67fec76c62e832a4667b84736b (diff) | |
download | LimboAuth-3f5c7e4d046073f93aab5925627d528cbae06a30.tar.gz LimboAuth-3f5c7e4d046073f93aab5925627d528cbae06a30.tar.bz2 LimboAuth-3f5c7e4d046073f93aab5925627d528cbae06a30.zip |
Registration command + small gradle update (#79)
* Registration command + small gradle update
* Update README.md
* Registration command improvement
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index f2cb645..0952fc6 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } setGroup("net.elytrium") -setVersion("1.1.11") +setVersion("1.1.12") java { setSourceCompatibility(JavaVersion.VERSION_11) @@ -33,8 +33,8 @@ repositories { setUrl("https://papermc.io/repo/repository/maven-public/") } maven { - setName("opencollab-repo") - setUrl("https://repo.opencollab.dev/maven-snapshots/") + setName("opencollab-snapshot") + setUrl("https://repo.opencollab.dev/maven-snapshots") } } |