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

Commit ff17f5f

Browse files
committed
ビルドスクリプトの整理
1 parent e5a1a15 commit ff17f5f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,12 @@ java {
1515
sourceCompatibility = JavaVersion.VERSION_1_8
1616
}
1717

18-
buildscript {
19-
repositories {
20-
mavenCentral()
21-
}
22-
23-
dependencies {
24-
classpath(kotlin("gradle-plugin"))
25-
}
26-
}
27-
2818
repositories {
2919
mavenCentral()
3020
maven { setUrl("https://jitpack.io") }
3121
}
3222

3323
dependencies {
34-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3524
implementation(kotlin("reflect"))
3625
api("com.github.ProjectMapK:Shared:0.19")
3726
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly

0 commit comments

Comments
 (0)