Skip to content

Commit

Permalink
Go back to 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Mar 18, 2024
1 parent be0867c commit 55e7439
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply(plugin = "io.github.gradle-nexus.publish-plugin")
allprojects {

group = "io.exoquery"
version = "0.1.29"
version = "0.1.210"

apply(plugin = "kotlin")
apply(plugin = "maven-publish")
Expand Down
1 change: 0 additions & 1 deletion decomat-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import java.nio.charset.Charset

plugins {
kotlin("jvm")
//id("com.google.devtools.ksp") version "2.0.0-Beta4"
id("maven-publish")
idea
// TODO Needed for the freemarker dependencies despite the fact that freemarker is imported
Expand Down
2 changes: 1 addition & 1 deletion decomat-ksp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
project(":decomat-core")
implementation("com.google.devtools.ksp:symbol-processing-api:2.0.0-Beta4-1.0.19")
implementation("com.google.devtools.ksp:symbol-processing-api:1.8.20-1.0.11")
implementation(kotlin("stdlib-jdk8"))
testImplementation(kotlin("test"))
//implementation("com.facebook:ktfmt:0.43")
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
id("com.google.devtools.ksp") version "2.0.0-Beta4-1.0.19"
kotlin("jvm") version "2.0.0-Beta4"
id("com.google.devtools.ksp") version "1.8.20-1.0.11"
kotlin("jvm") version "1.8.20"
id("dev.anies.gradle.template") version "0.0.2"
}
repositories {
Expand Down

0 comments on commit 55e7439

Please sign in to comment.