Skip to content
This repository was archived by the owner on Feb 2, 2020. It is now read-only.

Commit 67f7ba5

Browse files
author
RAnders00
committed
Remove shadow and application plugin, less useless build artifacts
1 parent 8455fb7 commit 67f7ba5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

build.gradle

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
plugins {
22
id 'java'
3-
id 'application'
4-
id 'com.github.johnrengelman.shadow' version '4.0.3'
53
id "org.springframework.boot" version "2.0.5.RELEASE"
64
id "io.spring.dependency-management" version "1.0.6.RELEASE"
75
}
86

9-
mainClassName = 'de.zwb3.apiproxy.ApiProxy'
10-
117
sourceCompatibility = 1.8
128
targetCompatibility = 1.8
139

14-
15-
jar {
16-
manifest {
17-
attributes 'Main-Class': 'de.zwb3.apiproxy.ApiProxy'
18-
}
19-
}
20-
2110
repositories {
2211
jcenter()
2312
}
@@ -41,15 +30,6 @@ dependencies {
4130
// https://mvnrepository.com/artifact/commons-io/commons-io
4231
compile group: 'commons-io', name: 'commons-io', version: '2.6'
4332

44-
// compile("org.springframework.cloud:spring-cloud-starter-gateway")
45-
// compile("org.springframework.cloud:spring-cloud-starter-netflix-hystrix")
46-
// compile("org.springframework.cloud:spring-cloud-starter-contract-stub-runner"){
47-
// exclude group: "org.springframework.boot", module: "spring-boot-starter-web"
48-
// }
49-
50-
// // https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-gateway
51-
// compile group: 'org.springframework.cloud', name: 'spring-cloud-starter-gateway', version: '2.0.1.RELEASE'
52-
5333
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
5434
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
5535

0 commit comments

Comments
 (0)