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

Commit c4bae22

Browse files
committed
maven-publishプラグインだと動かなかったため修正
1 parent ebc5e25 commit c4bae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("maven-publish")
2+
id("maven")
33
id("java")
44
id("org.jetbrains.kotlin.jvm") version "1.3.61"
55
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"

0 commit comments

Comments
 (0)