This commit is contained in:
Leijurv 2018-10-13 12:28:20 -07:00
parent ab2fa0ba88
commit 9045791e7f
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ import javax.xml.bind.DatatypeConverter;
import java.nio.file.Files;
import java.nio.file.Path;
import java.security.MessageDigest;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
@ -39,7 +38,7 @@ public class CreateDistTask extends BaritoneGradleTask {
private static MessageDigest SHA1_DIGEST;
@TaskAction
private void exec() throws Exception {
protected void exec() throws Exception {
super.verifyArtifacts();
// Define the distribution file paths

View File

@ -59,7 +59,7 @@ public class ProguardTask extends BaritoneGradleTask {
private List<String> requiredLibraries;
@TaskAction
private void exec() throws Exception {
protected void exec() throws Exception {
super.verifyArtifacts();
// "Haha brady why don't you make separate tasks"