Skip to content

Commit

Permalink
Build script change
Browse files Browse the repository at this point in the history
  • Loading branch information
Twometer committed Oct 6, 2021
1 parent 49b70ed commit 467113e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions neko-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ import org.gradle.internal.os.OperatingSystem
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.30'
id 'maven-publish'
id 'java-library'
}

group 'de.twometer'
version '2.0.0'
version '2.0.1'

/* Version configuration */
project.ext.lwjglVersion = "3.2.3"
Expand Down Expand Up @@ -68,12 +69,6 @@ dependencies {
runtimeOnly "io.github.spair:imgui-java-$natives:$imguiVersion"
}

jar {
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 467113e

Please sign in to comment.