Browse Source
Remove the Gradle builds that were provided with some of the sample applications since they were never directly invoked. See gh-9316pull/10519/head
6 changed files with 0 additions and 245 deletions
@ -1,50 +0,0 @@
@@ -1,50 +0,0 @@
|
||||
buildscript { |
||||
ext { |
||||
springBootVersion = '2.0.0.BUILD-SNAPSHOT' |
||||
} |
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
dependencies { |
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") |
||||
} |
||||
} |
||||
|
||||
apply plugin: 'java' |
||||
apply plugin: 'eclipse' |
||||
apply plugin: 'idea' |
||||
apply plugin: 'org.springframework.boot' |
||||
apply plugin: 'io.spring.dependency-management' |
||||
|
||||
group = 'org.springframework.boot' |
||||
version = springBootVersion |
||||
|
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
|
||||
dependencies { |
||||
compile("org.springframework.boot:spring-boot-starter-actuator") |
||||
compile("org.springframework.boot:spring-boot-starter-jdbc") |
||||
compile("org.springframework.boot:spring-boot-starter-security") |
||||
compile("org.springframework.boot:spring-boot-starter-web") |
||||
runtime("com.h2database:h2") |
||||
|
||||
compileOnly('org.springframework.boot:spring-boot-configuration-processor') |
||||
|
||||
testCompile("org.springframework.boot:spring-boot-starter-test") |
||||
} |
||||
|
||||
springBoot { |
||||
buildInfo() |
||||
} |
||||
@ -1,39 +0,0 @@
@@ -1,39 +0,0 @@
|
||||
buildscript { |
||||
ext { |
||||
springBootVersion = '2.0.0.BUILD-SNAPSHOT' |
||||
} |
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
dependencies { |
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") |
||||
} |
||||
} |
||||
|
||||
apply plugin: 'java' |
||||
apply plugin: 'eclipse' |
||||
apply plugin: 'idea' |
||||
apply plugin: 'org.springframework.boot' |
||||
apply plugin: 'io.spring.dependency-management' |
||||
|
||||
version = springBootVersion |
||||
group = 'org.springframework.boot' |
||||
|
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
|
||||
dependencies { |
||||
compile("org.springframework.boot:spring-boot-starter") |
||||
testCompile("org.springframework.boot:spring-boot-starter-test") |
||||
} |
||||
@ -1,39 +0,0 @@
@@ -1,39 +0,0 @@
|
||||
buildscript { |
||||
ext { |
||||
springBootVersion = '2.0.0.BUILD-SNAPSHOT' |
||||
} |
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
dependencies { |
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") |
||||
} |
||||
} |
||||
|
||||
apply plugin: 'java' |
||||
apply plugin: 'eclipse' |
||||
apply plugin: 'idea' |
||||
apply plugin: 'org.springframework.boot' |
||||
apply plugin: 'io.spring.dependency-management' |
||||
|
||||
version = springBootVersion |
||||
group = 'org.springframework.boot' |
||||
|
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
|
||||
dependencies { |
||||
compile("org.springframework.boot:spring-boot-starter") |
||||
testCompile("org.springframework.boot:spring-boot-starter-test") |
||||
} |
||||
@ -1,40 +0,0 @@
@@ -1,40 +0,0 @@
|
||||
buildscript { |
||||
ext { |
||||
springBootVersion = '2.0.0.BUILD-SNAPSHOT' |
||||
} |
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
dependencies { |
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") |
||||
} |
||||
} |
||||
|
||||
apply plugin: 'java' |
||||
apply plugin: 'eclipse' |
||||
apply plugin: 'idea' |
||||
apply plugin: 'org.springframework.boot' |
||||
apply plugin: 'io.spring.dependency-management' |
||||
|
||||
version = springBootVersion |
||||
group = 'org.springframework.boot' |
||||
|
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
|
||||
dependencies { |
||||
compile("org.springframework.boot:spring-boot-starter") |
||||
compile("org.hibernate:hibernate-validator") |
||||
testCompile("org.springframework.boot:spring-boot-starter-test") |
||||
} |
||||
@ -1,40 +0,0 @@
@@ -1,40 +0,0 @@
|
||||
buildscript { |
||||
ext { |
||||
springBootVersion = '2.0.0.BUILD-SNAPSHOT' |
||||
} |
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
dependencies { |
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") |
||||
} |
||||
} |
||||
|
||||
apply plugin: 'org.springframework.boot' |
||||
apply plugin: 'io.spring.dependency-management' |
||||
apply plugin: 'war' |
||||
|
||||
version = springBootVersion |
||||
group = 'org.springframework.boot' |
||||
|
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
|
||||
dependencies { |
||||
compile("org.springframework.boot:spring-boot-starter-web") |
||||
compile("org.webjars:bootstrap:3.0.3") |
||||
compile("org.webjars:jquery:2.0.3-1") |
||||
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat") |
||||
testCompile("org.springframework.boot:spring-boot-starter-test") |
||||
} |
||||
@ -1,37 +0,0 @@
@@ -1,37 +0,0 @@
|
||||
buildscript { |
||||
ext { |
||||
springBootVersion = '2.0.0.BUILD-SNAPSHOT' |
||||
} |
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
dependencies { |
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") |
||||
} |
||||
} |
||||
|
||||
apply plugin: 'java' |
||||
apply plugin: 'org.springframework.boot' |
||||
apply plugin: 'io.spring.dependency-management' |
||||
|
||||
version = springBootVersion |
||||
|
||||
repositories { |
||||
// NOTE: You should declare only repositories that you need here |
||||
mavenLocal() |
||||
mavenCentral() |
||||
maven { url "http://repo.spring.io/release" } |
||||
maven { url "http://repo.spring.io/milestone" } |
||||
maven { url "http://repo.spring.io/snapshot" } |
||||
} |
||||
|
||||
dependencies { |
||||
compile("org.springframework.boot:spring-boot-starter-web") |
||||
compile("org.springframework.boot:spring-boot-starter-thymeleaf") |
||||
testCompile("org.springframework.boot:spring-boot-starter-test") |
||||
} |
||||
Loading…
Reference in new issue