Skip to content

Commit

Permalink
More work
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 24, 2024
1 parent b82cd34 commit a9f2676
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions korge-kotlin-compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ plugins {
id("maven-publish")
//alias(libs.plugins.conventions.jvm)
//alias(libs.plugins.compiler.specific.module)
id("com.github.gmazzo.buildconfig") version "5.3.5"
}

//name = "korge-kotlin-plugin"
description = "Multiplatform Game Engine written in Kotlin"
group = RootKorlibsPlugin.KORGE_RELOAD_AGENT_GROUP
group = RootKorlibsPlugin.KORGE_GROUP

val jversion = GRADLE_JAVA_VERSION_STR

Expand All @@ -35,7 +34,7 @@ publishing {
publications {
val maven by creating(MavenPublication::class) {
groupId = group.toString()
artifactId = "korge-kotlin-plugin"
artifactId = project.name
version = version
from(components["kotlin"])
}
Expand Down Expand Up @@ -69,12 +68,3 @@ dependencies {
}

tasks { val jvmTest by creating { dependsOn("test") } }

buildConfig {
packageName("korlibs.korge.kotlin.plugin")
buildConfigField("String", "KOTLIN_PLUGIN_ID", "\"com.soywiz.korge.korge-kotlin-plugin\"")
}

afterEvaluate {
tasks.getByName("sourceJar").dependsOn("generateBuildConfig")
}

0 comments on commit a9f2676

Please sign in to comment.