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

Commit 61b33d5

Browse files
committed
アップデートチェックプラグインを追加
ついでにコメントも追加
1 parent e19c99b commit 61b33d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ plugins {
22
id("maven")
33
id("java")
44
id("org.jetbrains.kotlin.jvm") version "1.3.72"
5+
// その他補助系
56
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
7+
id("com.github.ben-manes.versions") version "0.28.0"
68
}
79

810
group = "com.mapk"

0 commit comments

Comments
 (0)