We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2612fec commit e5861cdCopy full SHA for e5861cd
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
12
allprojects {
13
group = "com.linecorp.kotlin-jdsl"
14
- version = "1.1.0.RELEASE"
+ version = "1.2.0.RELEASE"
15
16
repositories {
17
mavenCentral()
query/build.gradle.kts
@@ -1,3 +1,5 @@
1
+apply<PublishPlugin>()
2
+
3
dependencies {
4
compileOnly(Dependencies.javaPersistenceApi)
5
compileOnly(Dependencies.slf4j)
0 commit comments