New Report syntax
This commit is contained in:
14
build.gradle
14
build.gradle
@ -20,7 +20,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compileOnly "io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT"
|
||||
implementation 'com.theokanning.openai-gpt3-java:service:0.14.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
|
||||
}
|
||||
|
||||
def targetJavaVersion = 17
|
||||
@ -39,11 +39,9 @@ tasks.withType(JavaCompile).configureEach {
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
def props = [version: version]
|
||||
inputs.properties props
|
||||
filteringCharset 'UTF-8'
|
||||
filesMatching('paper-plugin.yml') {
|
||||
expand props
|
||||
}
|
||||
tasks.register('copyJarToServer', Exec) {
|
||||
dependsOn jar
|
||||
mustRunAfter jar
|
||||
|
||||
commandLine 'scp', 'build/libs/spawn-1.0.jar', 'root@10.20.6.1:/root/server/plugins'
|
||||
}
|
||||
|
Reference in New Issue
Block a user