Refactor group and bump version
This commit is contained in:
parent
e1762aea23
commit
f023628927
1 changed files with 3 additions and 3 deletions
|
|
@ -3,14 +3,14 @@ plugins {
|
||||||
id 'maven'
|
id 'maven'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'dev.frankheijden.minecraftreflection'
|
group 'org.zhdev'
|
||||||
version '1.0.1-DEV'
|
version '1.0.2-SNAPSHOT'
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://papermc.io/repo/repository/maven-public/' }
|
maven { url 'https://repo.papermc.io/repository/maven-public/' }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue