File: proguard.patch

package info (click to toggle)
vectorgraphics2d 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 884 kB
  • sloc: java: 7,562; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andrius Merkys <merkys@debian.org>
Description: removing hard-coded proguard version.
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@
         }
     }
     dependencies {
-        classpath 'net.sf.proguard:proguard-gradle:5.2.+'
+        classpath 'net.sf.proguard:proguard-gradle:debian'
         classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.+'
         classpath 'net.saliman:gradle-cobertura-plugin:2.5.0'
         classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1'