Skip to content

Commit 6a12287

Browse files
author
Nigel.Zheng
committed
chore: start 2.0-SNAPSHOT
1 parent 3c843aa commit 6a12287

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
*/
71
buildscript {
82
ext {
93
springBootVersion = '2.0.1.RELEASE'
@@ -17,7 +11,7 @@ apply plugin: 'java'
1711
apply plugin: "jacoco"
1812

1913
group 'com.github.ahunigel'
20-
version '1.4-SNAPSHOT'
14+
version '2.0-SNAPSHOT'
2115

2216
sourceCompatibility = 1.8
2317

0 commit comments

Comments
 (0)