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