質問編集履歴

1

プロジェクト名の変更

2023/01/14 02:49

投稿

programquestion
programquestion

スコア11

test CHANGED
File without changes
test CHANGED
@@ -34,11 +34,11 @@
34
34
 
35
35
  jar {
36
36
  manifest {
37
- attributes "Main-Class": "com.kse.subSystem.SubSystemApplication"
37
+ attributes "Main-Class": "com.test.subSystem.SubSystemApplication"
38
38
  }
39
39
  }
40
40
 
41
- group = 'com.kse'
41
+ group = 'com.test'
42
42
  version = '0.0.1-SNAPSHOT'
43
43
  sourceCompatibility = '17'
44
44