Skip to content

Commit

Permalink
[#12985] Remove the jooq-meta-kotlin dependency again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Dec 8, 2023
1 parent d40390c commit 50290b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions jOOQ-codegen-gradle/build.gradle.kts
Expand Up @@ -3,7 +3,6 @@ import org.gradle.kotlin.dsl.groovy
plugins {
id("java")
id("groovy")
kotlin("jvm") version "1.9.20"
id("com.gradle.plugin-publish") version "1.2.0"
}

Expand All @@ -12,10 +11,6 @@ java {
targetCompatibility = JavaVersion.VERSION_17
}

kotlin {
jvmToolchain(17)
}

repositories {
mavenLocal()
mavenCentral()
Expand Down

This file was deleted.

0 comments on commit 50290b4

Please sign in to comment.