Move to Master #8
@ -23,7 +23,7 @@ dependencies {
|
|||||||
implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT"
|
implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT"
|
||||||
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
|
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
|
||||||
|
|
||||||
compileOnly 'org.spigotmc:spigot-api:1.13.1-R0.1-SNAPSHOT'
|
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
@ -35,4 +35,4 @@ jar {
|
|||||||
task sourceJar(type: Jar, dependsOn: classes) {
|
task sourceJar(type: Jar, dependsOn: classes) {
|
||||||
classifier 'sources'
|
classifier 'sources'
|
||||||
from sourceSets.main.allSource
|
from sourceSets.main.allSource
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user