Skip to content

Commit b00578d

Browse files
committed
[FIX] fix group
1 parent dea7e45 commit b00578d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SpringBootBatch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'eclipse'
1515
apply plugin: 'org.springframework.boot'
1616
apply plugin: 'io.spring.dependency-management'
1717

18-
group = 'com.heowc'
18+
group = 'com.example'
1919
version = '0.0.1-SNAPSHOT'
2020
sourceCompatibility = 1.8
2121

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22
apply plugin: 'eclipse'
33

4-
group = 'com.heowc'
4+
group = 'com.example'
55
version = '0.0.1'
66
sourceCompatibility = 1.8
77

0 commit comments

Comments
 (0)