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'
|
||||
}
|
||||
|
||||
group 'dev.frankheijden.minecraftreflection'
|
||||
version '1.0.1-DEV'
|
||||
group 'org.zhdev'
|
||||
version '1.0.2-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://papermc.io/repo/repository/maven-public/' }
|
||||
maven { url 'https://repo.papermc.io/repository/maven-public/' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue