mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-13 15:56:26 +00:00
Disable maven publishing gradle plugins by default.
This commit is contained in:
parent
26a8993410
commit
af28ac6df5
@ -1,7 +1,10 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'checkstyle'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'signing'
|
||||
// DONT DELETE the next two plugins, maven and signing.
|
||||
// They're used for maven publishing.
|
||||
// But can cause build issues if certain gradle.properties are not set.
|
||||
//apply plugin: 'maven'
|
||||
//apply plugin: 'signing'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
|
@ -4,8 +4,11 @@ apply plugin: 'findbugs'
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'jacoco'
|
||||
apply plugin: 'pmd'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'signing'
|
||||
// DONT DELETE the next two plugins, maven and signing.
|
||||
// They're used for maven publishing.
|
||||
// But can cause build issues if certain gradle.properties are not set.
|
||||
//apply plugin: 'maven'
|
||||
//apply plugin: 'signing'
|
||||
|
||||
ext.configDir = new File(projectDir, 'config')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user