We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c843aa commit 6a12287Copy full SHA for 6a12287
build.gradle
@@ -1,9 +1,3 @@
1
-/*
2
- * This file was generated by the Gradle 'init' task.
3
- *
4
- * This is a general purpose Gradle build.
5
- * Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds/
6
- */
7
buildscript {
8
ext {
9
springBootVersion = '2.0.1.RELEASE'
@@ -17,7 +11,7 @@ apply plugin: 'java'
17
11
apply plugin: "jacoco"
18
12
19
13
group 'com.github.ahunigel'
20
-version '1.4-SNAPSHOT'
14
+version '2.0-SNAPSHOT'
21
15
22
16
sourceCompatibility = 1.8
23
0 commit comments