Skip to content

Commit 1b71685

Browse files
committed
Fix buildscript
1 parent 2d1c51c commit 1b71685

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ plugins {
1111
version = project.mod_version
1212
group = project.maven_group
1313

14+
def ENV = System.getenv();
15+
1416
repositories {
1517
mavenCentral()
1618

0 commit comments

Comments
 (0)