2021-04-14 04:38:51 +01:00
|
|
|
diff --git a/build.gradle b/build.gradle
|
|
|
|
index 11d7a99..66805bb 100644
|
|
|
|
--- a/build.gradle
|
|
|
|
+++ b/build.gradle
|
2021-09-25 15:02:23 +01:00
|
|
|
@@ -18,9 +18,12 @@ import org.gradle.nativeplatform.platform.internal.OperatingSystemInternal
|
2021-04-14 04:38:51 +01:00
|
|
|
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
|
|
|
|
import org.xml.sax.SAXParseException
|
|
|
|
|
|
|
|
-plugins {
|
|
|
|
- id 'de.fuerstenau.buildconfig' version '1.1.8'
|
|
|
|
+buildscript {
|
|
|
|
+ dependencies {
|
|
|
|
+ classpath files ("BuildConfig.jar")
|
|
|
|
+ }
|
|
|
|
}
|
|
|
|
+apply plugin: 'de.fuerstenau.buildconfig'
|
|
|
|
|
|
|
|
apply plugin: 'java'
|
|
|
|
apply plugin: 'application'
|