Fixed building (again (again))

This commit is contained in:
Steven Tracey 2022-02-02 21:59:53 -05:00
parent b0ef0cf8a4
commit f2fbcb6f8f

View File

@ -18,7 +18,7 @@ dependencies {
}
task setEnv(type: Exec) {
environment "VERSION", "$version"
environment "VERSION", "1.0"
}
apply plugin: 'maven-publish'