We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcdcdb commit b1c4c14Copy full SHA for b1c4c14
build.gradle.kts
@@ -1,6 +1,5 @@
1
import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
2
import org.gradle.api.tasks.testing.logging.TestLogEvent.FAILED
3
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
5
@Suppress("DSL_SCOPE_VIOLATION")
6
plugins {
@@ -13,7 +12,7 @@ plugins {
13
12
14
allprojects {
15
group = "com.linecorp.kotlin-jdsl"
16
- version = "2.1.0.RELEASE"
+ version = "2.2.0.RELEASE"
17
18
repositories {
19
mavenCentral()
0 commit comments