Removed useless but still problematic code

This commit is contained in:
Steven Tracey 2022-02-02 22:16:23 -05:00
parent e9177b4d49
commit 7b2eccf61f

View File

@ -17,10 +17,6 @@ dependencies {
implementation group: 'org.json', name: 'json', version: '20210307'
}
task setEnv {
Commandline "VERSION", "1.0"
}
apply plugin: 'maven-publish'
publishing {