Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit c6e35fe

Browse files
committed
諸々間違えていたため修正
1 parent cd989eb commit c6e35fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
id("org.jetbrains.kotlin.jvm") version "1.3.61"
66
}
77

8-
group = "org.example"
9-
version = "1.0-SNAPSHOT"
8+
group = "com.wrongwrong"
9+
version = "0.1-SNAPSHOT"
1010

1111
java {
1212
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)