1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Remove compileJava options.release
Not supported in Debian's Gradle.
Forwarded: not-needed
Index: pgpainless/build.gradle
===================================================================
--- pgpainless.orig/build.gradle
+++ pgpainless/build.gradle
@@ -21,10 +21,6 @@ allprojects {
apply plugin: 'idea'
apply plugin: 'eclipse'
- compileJava {
- options.release = 8
- }
-
// Only generate jar for submodules
// without this we would generate an empty pgpainless.jar for the project root
// https://stackoverflow.com/a/25445035
|