Move gradle config for reproducible builds into init.gradle file
This commit is contained in:
@@ -19,8 +19,8 @@ index 0f189ec..f8598a3 100644
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
@@ -172,17 +171,6 @@ tasks.withType(AbstractArchiveTask) {
|
||||
fileMode = 0664
|
||||
@@ -165,17 +164,6 @@ tasks.withType(AbstractArchiveTask) {
|
||||
from 'LICENSE.txt'
|
||||
}
|
||||
|
||||
-checkstyle {
|
||||
|
||||
Reference in New Issue
Block a user