mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-22 15:22:12 +01:00
Bump to 7.0.0. Rename -legacy to -bukkit.
This commit is contained in:
parent
cce9c39e01
commit
b0f8852198
@ -34,7 +34,7 @@
|
||||
|
||||
allprojects {
|
||||
group = 'com.sk89q.worldguard'
|
||||
version = '7.0.0-SNAPSHOT'
|
||||
version = '7.0.0'
|
||||
}
|
||||
|
||||
if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"
|
||||
@ -84,10 +84,10 @@
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "http://repo.spongepowered.org/maven/" }
|
||||
maven { url "https://repo.spongepowered.org/maven/" }
|
||||
maven { url "https://hub.spigotmc.org/nexus/content/groups/public" }
|
||||
maven { url "http://maven.sk89q.com/repo/" }
|
||||
maven { url "http://repo.maven.apache.org/maven2" }
|
||||
maven { url "https://maven.sk89q.com/repo/" }
|
||||
maven { url "https://repo.maven.apache.org/maven2" }
|
||||
}
|
||||
|
||||
if (JavaVersion.current().isJava8Compatible()) {
|
||||
|
@ -1,3 +1,3 @@
|
||||
rootProject.name = 'worldguard'
|
||||
|
||||
include 'worldguard-core', 'worldguard-legacy'
|
||||
include 'worldguard-core', 'worldguard-bukkit'
|
||||
|
Loading…
Reference in New Issue
Block a user