]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - pkgs/signald/gradle-plugin.patch
Add signal
[perso/Immae/Config/Nix.git] / pkgs / signald / gradle-plugin.patch
1 diff --git a/build.gradle b/build.gradle
2 index 11d7a99..66805bb 100644
3 --- a/build.gradle
4 +++ b/build.gradle
5 @@ -3,9 +3,12 @@ import org.gradle.nativeplatform.platform.internal.OperatingSystemInternal
6 import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
7 import org.xml.sax.SAXParseException
8
9 -plugins {
10 - id 'de.fuerstenau.buildconfig' version '1.1.8'
11 +buildscript {
12 + dependencies {
13 + classpath files ("BuildConfig.jar")
14 + }
15 }
16 +apply plugin: 'de.fuerstenau.buildconfig'
17
18 apply plugin: 'java'
19 apply plugin: 'application'
20 @@ -185,4 +188,4 @@ task integrationTest(type: Test) {
21 testClassesDirs = sourceSets.integrationTest.output.classesDirs
22 classpath = sourceSets.integrationTest.runtimeClasspath
23 outputs.upToDateWhen { false }
24 -}
25 \ No newline at end of file
26 +}