mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-18 10:02:14 +00:00
Eclipse Project names include 3.0.x suffix
This commit is contained in:
parent
4f993d95b5
commit
95d0e08059
@ -1,8 +1,11 @@
|
|||||||
|
configure(allprojects) {
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
configure(javaProjects) {
|
|
||||||
apply plugin: 'eclipse-wtp'
|
apply plugin: 'eclipse-wtp'
|
||||||
|
|
||||||
|
eclipse.project.name = "${project.name}-3.0.x"
|
||||||
|
}
|
||||||
|
|
||||||
|
configure(javaProjects) {
|
||||||
eclipse.classpath.downloadSources = true
|
eclipse.classpath.downloadSources = true
|
||||||
|
|
||||||
// GRADLE-1116
|
// GRADLE-1116
|
||||||
|
Loading…
x
Reference in New Issue
Block a user