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

Commit 4e61930

Browse files
authored
Merge pull request #3 from k163377/fix_gradle
公開に向けた修正
2 parents e1bec16 + 0f192dc commit 4e61930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
plugins {
2+
id("maven")
23
kotlin("jvm") version "1.4.20"
34
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
45
id("jacoco")
56
}
67

78
group = "com.mapk"
8-
version = "0.1"
9+
version = "0.1-alpha"
910

1011
repositories {
1112
mavenCentral()

0 commit comments

Comments
 (0)