File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ ext.JAVA_MODULE_SCRIPT = "${GRADLE_SCRIPT_DIR}/java-module.gradle"
29
29
ext. MAVEN_DEPLOYMENT_SCRIPT = " ${ GRADLE_SCRIPT_DIR} /maven-deployment.gradle"
30
30
ext. JAVA_SCRIPT = " ${ GRADLE_SCRIPT_DIR} /java.gradle"
31
31
ext. RELEASE_CHECKS_SCRIPT = " ${ GRADLE_SCRIPT_DIR} /release-checks.gradle"
32
- ext. SAMPLE_WAR_GRADLE = " ${ GRADLE_SCRIPT_DIR} /sample-war.gradle"
33
32
ext. SPRING_SNAPSHOT_TEST_SCRIPT = " ${ GRADLE_SCRIPT_DIR} /spring-snapshot-test.gradle"
34
33
35
34
ext. coreModules = subprojects. findAll { p-> (! p. name. equals(' spring-build-src' ) && ! p. name. contains(" test" ) && ! p. name. contains(" sample" ) && ! p. name. contains(" sandbox" )) || p. name. contains(" spring-ldap-test" ) }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- apply from : SAMPLE_WAR_GRADLE
1
+ plugins {
2
+ id " org.gretty" version " 2.3.1"
3
+ id ' war'
4
+ }
5
+
6
+ apply from : JAVA_SCRIPT
2
7
3
8
dependencies {
4
9
compile project(' :spring-ldap-test' ),
Original file line number Diff line number Diff line change 1
- apply from : SAMPLE_WAR_GRADLE
1
+ plugins {
2
+ id " org.gretty" version " 2.3.1"
3
+ id ' war'
4
+ }
5
+
6
+ apply from : JAVA_SCRIPT
2
7
3
8
dependencies {
4
9
compile project(' :spring-ldap-test' ),
You can’t perform that action at this time.
0 commit comments