File: 12-ignore-java-platform-plugin.patch

package info (click to toggle)
asm 9.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,072 kB
  • sloc: java: 52,097; xml: 229; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Ignore the Java Platform plugin (Gradle update required)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -34,14 +34,6 @@
 
 description = 'ASM, a very small and fast Java bytecode manipulation framework'
 
-apply plugin: 'java-platform'
-dependencies {
-  constraints {
-    api project(':asm'), project(':asm-tree'), project(':asm-analysis')
-    api project(':asm-util'), project(':asm-commons')
-  }
-}
-
 allprojects {
   group = 'org.ow2.asm'
   version = '9.8' + (rootProject.hasProperty('release') ? '' : '-SNAPSHOT')