Skip to content

Commit b1c4c14

Browse files
committed
chore: 2.2.0.RELEASE
1 parent afcdcdb commit b1c4c14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
22
import org.gradle.api.tasks.testing.logging.TestLogEvent.FAILED
3-
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
43

54
@Suppress("DSL_SCOPE_VIOLATION")
65
plugins {
@@ -13,7 +12,7 @@ plugins {
1312

1413
allprojects {
1514
group = "com.linecorp.kotlin-jdsl"
16-
version = "2.1.0.RELEASE"
15+
version = "2.2.0.RELEASE"
1716

1817
repositories {
1918
mavenCentral()

0 commit comments

Comments
 (0)