Made sure 'provided' dependencies are handled in idea and eclipse.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -5,4 +5,8 @@ target
|
||||
bin
|
||||
build
|
||||
.git
|
||||
.gradle
|
||||
.gradle
|
||||
*.iml
|
||||
*.ipr
|
||||
.idea
|
||||
*.iws
|
||||
|
||||
@@ -19,9 +19,10 @@ ext.JAVA_SCRIPT = "${GRADLE_SCRIPT_DIR}/java.gradle"
|
||||
ext.coreModules = subprojects.findAll { p-> (!p.name.contains("test") && !p.name.contains("sample")) || p.name == "spring-ldap-test" }
|
||||
|
||||
configure(allprojects) {
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'propdeps'
|
||||
apply plugin: 'propdeps-maven'
|
||||
apply plugin: 'propdeps-idea'
|
||||
apply plugin: 'propdeps-eclipse'
|
||||
|
||||
group = "org.springframework.ldap"
|
||||
|
||||
@@ -148,4 +149,4 @@ task distZip(type: Zip, dependsOn: [docsZip]) {
|
||||
artifacts {
|
||||
archives docsZip
|
||||
archives distZip
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user