|
@@ -39,7 +39,7 @@ public class InjectProtectionTask extends DefaultTask {
|
|
stream.filter(path -> path.toString().endsWith(fileName + ".class"))
|
|
stream.filter(path -> path.toString().endsWith(fileName + ".class"))
|
|
.forEach(classFile -> {
|
|
.forEach(classFile -> {
|
|
try {
|
|
try {
|
|
- System.out.println("> Task :" + getName() + ":filter:" + classFile);
|
|
|
|
|
|
+// System.out.println("> Task :" + getName() + ":filter:" + classFile);
|
|
injectProtectionIntoClass(classFile);
|
|
injectProtectionIntoClass(classFile);
|
|
} catch (IOException e) {
|
|
} catch (IOException e) {
|
|
throw new UncheckedIOException(e);
|
|
throw new UncheckedIOException(e);
|