File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,19 @@ buildscript {
22 repositories {
33 jcenter()
44 mavenCentral()
5- maven { url ' https://repo.spring.io/plugins-release' }
6- maven { url " https://plugins.gradle.org/m2/" }
75 }
86 dependencies {
9- classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " )
107 classpath(" gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:${ coverallsGradlePluginVersion} " )
118 }
129}
1310
11+ plugins {
12+ id " java"
13+ id " org.springframework.boot" version " ${ springBootVersion} "
14+ id " io.spring.dependency-management" version " ${ springDependencyManagementVersion} "
15+ id " idea"
16+ }
17+
1418// source: https://github.com/mendhak/Gradle-Travis-Colored-Output/blob/master/ColoredOutput.gradle
1519tasks. withType(Test ) {
1620
@@ -93,11 +97,6 @@ tasks.withType(Test) {
9397
9498}
9599
96- apply plugin : ' java'
97- apply plugin : ' org.springframework.boot'
98- apply plugin : ' io.spring.dependency-management'
99- apply plugin : ' idea'
100-
101100group = ' faforever'
102101version = ' snapshot'
103102
Original file line number Diff line number Diff line change 11profile =dev
2+ springDependencyManagementVersion =1.0.10.RELEASE
23springBootVersion =2.3.5.RELEASE
34javaxInjectVersion =1
45elideVersion =4.6.8
You can’t perform that action at this time.
0 commit comments