Skip to content

Commit

Permalink
remove broken proguard stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Sep 29, 2023
1 parent 9c42019 commit fdff4b7
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,13 @@ apply plugin: 'application'

import org.apache.tools.ant.filters.ReplaceTokens

//import proguard.gradle.ProGuardTask

mainClassName = 'org.broad.igv.ui.Main'
ext.moduleName = 'org.igv'

// Build sourceset for ProGuard
buildscript {
repositories {
mavenCentral()
}
dependencies {
[group: 'net.sf.proguard', name: 'proguard-gradle', version: '6.1.1']
classpath 'net.sf.proguard:proguard-gradle:6.1.1'
}
}

repositories {
Expand Down Expand Up @@ -459,16 +452,3 @@ task fullJar(type: Jar, dependsOn: jar) {
//if (!makensisCommand == "" && !signcodeCommand == "") {
// dependsOn signWinExeDist
//}

// XXX: META-INF versions support (Java11) seem to clash with proguard at this point in time:
// https://sourceforge.net/p/proguard/bugs/665/
// https://sourceforge.net/p/proguard/discussion/182456/thread/8c56b22dc2/?limit=25
//task myproguard(type: ProGuardTask) {
//// configuration 'proguard.txt'
//
// injars "${buildDir}/IGV-dist/lib"
// outjars "${buildDir}/libs/igv-proguard.jar"
//
// //libraryjars "${buildDir}/IGV-dist/lib", jarfilter:"lib/**.jar(!META-INF/**)"
// //libraryjars "${System.getProperty('java.home')}/lib/rt.jar"
//}

0 comments on commit fdff4b7

Please sign in to comment.