mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
Update build script
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly project(path: ':common')
|
||||
implementation project(path: ':bukkit')
|
||||
|
||||
@@ -9,4 +9,4 @@ before_install:
|
||||
install:
|
||||
- 'if ! ./.jitpack/ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi'
|
||||
- 'java -version'
|
||||
- './gradlew api:clean api:publishToMavenLocal'
|
||||
- './gradlew publishToMavenLocal'
|
||||
Reference in New Issue
Block a user