[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
added java-spiget-client to check for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
velnias75 committed May 23, 2022
1 parent eda4f66 commit 77c32b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
apply plugin: 'java'

archivesBaseName = 'Luegenpresse'
version = '1.1-SNAPSHOT'
version = '1.1'

repositories {
mavenLocal()
Expand All @@ -20,11 +20,11 @@ repositories {
content {
includeGroup 'org.bukkit'
includeGroup 'org.spigotmc'
}
}
}

maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url = 'https://oss.sonatype.org/content/repositories/central' }
maven { url = 'https://oss.sonatype.org/content/repositories/central' }

mavenCentral()
}
Expand Down

0 comments on commit 77c32b3

Please sign in to comment.