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

Commit 66aedac

Browse files
committed
dependencyの整理
1 parent ee7f0b5 commit 66aedac

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

build.gradle.kts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("maven")
33
id("java")
4-
id("org.jetbrains.kotlin.jvm") version "1.4.21"
4+
kotlin("jvm") version "1.4.21"
55
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
66
id("jacoco")
77
}
@@ -13,22 +13,11 @@ java {
1313
sourceCompatibility = JavaVersion.VERSION_1_8
1414
}
1515

16-
buildscript {
17-
repositories {
18-
mavenCentral()
19-
}
20-
21-
dependencies {
22-
classpath(kotlin("gradle-plugin"))
23-
}
24-
}
25-
2616
repositories {
2717
mavenCentral()
2818
}
2919

3020
dependencies {
31-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3221
implementation(kotlin("reflect"))
3322
// https://mvnrepository.com/artifact/org.jetbrains/annotations
3423
compileOnly(group = "org.jetbrains", name = "annotations", version = "20.1.0")

0 commit comments

Comments
 (0)