aboutsummaryrefslogtreecommitdiff
path: root/pkgs/signald/gradle-plugin.patch
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-05-17 15:10:49 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-05-17 15:10:49 +0200
commita3ef18acd6c73b943f9f54e618f9e72e017ff748 (patch)
tree3f1917616270a5ce6f29ff75d5a7a2515a5bc85f /pkgs/signald/gradle-plugin.patch
parent11c2119f776263b103721302fdd3f2ba8c985bc1 (diff)
downloadNix-a3ef18acd6c73b943f9f54e618f9e72e017ff748.tar.gz
Nix-a3ef18acd6c73b943f9f54e618f9e72e017ff748.tar.zst
Nix-a3ef18acd6c73b943f9f54e618f9e72e017ff748.zip
Add signal
Diffstat (limited to 'pkgs/signald/gradle-plugin.patch')
-rw-r--r--pkgs/signald/gradle-plugin.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkgs/signald/gradle-plugin.patch b/pkgs/signald/gradle-plugin.patch
new file mode 100644
index 0000000..6952654
--- /dev/null
+++ b/pkgs/signald/gradle-plugin.patch
@@ -0,0 +1,26 @@
1diff --git a/build.gradle b/build.gradle
2index 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+}