Skip to content

Commit

Permalink
#57 tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Apr 15, 2018
1 parent c34590b commit f0e5a8d
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions proguard.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,4 @@ proguardInputFilter in Proguard := { file =>
case jar if jar.contains(name.value) => None // leave temperature-machine alone
case _ => Some("!META-INF/MANIFEST.MF") // avoid proguard merge conflicts
}
}

//
//ProguardKeys.proguardVersion in Proguard := "5.2.1"
//
//ProguardKeys.options in Proguard ++= Seq(
// "-dontwarn scala.**",
// "-dontwarn com.google.code.tempusfugit.**",
// "-dontwarn org.apache.**",
// "-dontwarn scodec.bits.**",
// "-dontwarn scalaparsers.**",

// """
// -keep public class bad.robot.** {
// *;
// }
//
// -keep public class org.apache.commons.** {
// *;
// }
//
// -keepclassmembers class * {
// ** MODULE$;
// }
//
// """
//)
//
//
//
}

0 comments on commit f0e5a8d

Please sign in to comment.