aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJuuxel <kasperi.kauppi@gmail.com>2019-08-27 21:02:39 +0300
committerJuuxel <kasperi.kauppi@gmail.com>2019-08-27 21:02:39 +0300
commite6e0a169f43b20485f1bddf9993d21dd661f15d2 (patch)
tree7bfecfab456c7950a029497ee790e61c5e9d4cda /build.gradle
parent3b18d099fbc4758cc69f99a8dc046822395e6aa4 (diff)
downloadLibGui-e6e0a169f43b20485f1bddf9993d21dd661f15d2.tar.gz
LibGui-e6e0a169f43b20485f1bddf9993d21dd661f15d2.tar.bz2
LibGui-e6e0a169f43b20485f1bddf9993d21dd661f15d2.zip
Revert some local changes, make slider paintBg formatting cleaner
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 580618e..ad484fd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,13 +17,13 @@ buildscript {
}
plugins {
- id 'fabric-loom' version '0.2.4-SNAPSHOT'
+ //id 'fabric-loom' version '0.2.4-SNAPSHOT'
id 'maven-publish'
id "com.jfrog.artifactory" version "4.9.0"
}
-//apply plugin: "fabric-loom";
+apply plugin: "fabric-loom";
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
@@ -150,4 +150,4 @@ artifactory {
} else {
println "Cannot configure artifactory; please define ext.artifactoryUsername and ext.artifactoryPassword before running artifactoryPublish"
}
-} \ No newline at end of file
+}