Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Jul 31, 2022
1 parent 2eba0d8 commit c4d274e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vars.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ext {
pluginJarName = System.getenv().containsKey("JAR_NAME")
? System.getenv().get("JAR_NAME")
: "$name-mc$mcVersion@${project.version}.jar"
testServerDir = System.getenv().containsKey('TEST_SERVER_DIR')
? System.getenv('TEST_SERVER_DIR')
: file(".").absolutePath
testServerDir = projectDir.absolutePath + '/build/test'
//System.getenv().containsKey('TEST_SERVER_DIR') ? System.getenv('TEST_SERVER_DIR') : file(".").absolutePath
}

0 comments on commit c4d274e

Please sign in to comment.