[jOOQ/jOOQ#12985] Remove the jooq-meta-kotlin dependency again
This commit is contained in:
parent
d40390cf69
commit
50290b4c69
@ -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"
|
||||
}
|
||||
|
||||
@ -12,10 +11,6 @@ java {
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
package org.jooq.codegen.gradle
|
||||
|
||||
import org.jooq.meta.jaxb.Configuration
|
||||
|
||||
fun CodegenPluginExtension.configuration(block: Configuration.() -> Unit) {
|
||||
val c = Configuration()
|
||||
block(c)
|
||||
this.configuration0(c)
|
||||
}
|
||||
|
||||
fun NamedConfiguration.configuration(block: Configuration.() -> Unit) {
|
||||
val c = Configuration()
|
||||
block(c)
|
||||
this.configuration0(c)
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user