Skip to content

Commit 402c3d6

Browse files
committed
Remove propdeps plugin
1 parent b75288c commit 402c3d6

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildscript {
66
maven { url "https://plugins.gradle.org/m2/" }
77
}
88
dependencies {
9-
classpath("org.springframework.build.gradle:propdeps-plugin:${propdepsVersion}")
109
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
1110
classpath("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:${coverallsGradlePluginVersion}")
1211
}
@@ -97,7 +96,6 @@ tasks.withType(Test) {
9796
apply plugin: 'java'
9897
apply plugin: 'org.springframework.boot'
9998
apply plugin: 'io.spring.dependency-management'
100-
apply plugin: 'propdeps'
10199
apply plugin: 'idea'
102100

103101
group = 'faforever'
@@ -245,8 +243,6 @@ dependencies {
245243
implementation("com.github.jasminb:jsonapi-converter:${jsonapiConverterVersion}")
246244
runtimeOnly("mysql:mysql-connector-java:${mysqlConnectorVersion}")
247245

248-
optional("org.springframework.boot:spring-boot-configuration-processor")
249-
250246
testImplementation("org.springframework.boot:spring-boot-starter-test")
251247
testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc")
252248
testImplementation("org.springframework.security:spring-security-test")

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ springBootVersion=2.3.5.RELEASE
33
javaxInjectVersion=1
44
elideVersion=4.6.8
55
mysqlConnectorVersion=8.0.21
6-
propdepsVersion=0.0.7
76
springfoxSwaggerVersion=3.0.0
87
coverallsGradlePluginVersion=2.10.2
98
springSecurityJwtVersion=1.0.11.RELEASE

0 commit comments

Comments
 (0)