Provides builds for both LWJGL2 and LWJGL3.

This commit is contained in:
Markil3
2020-12-18 12:31:25 -07:00
parent d8726a4aa6
commit 8a6487f3bb
7 changed files with 188 additions and 98 deletions

View File

@@ -12,13 +12,6 @@ plugins {
id "java-library"
}
repositories {
jcenter()
maven {
url "https://dl.bintray.com/jmonkeyengine/org.jmonkeyengine"
}
}
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
@@ -33,7 +26,7 @@ dependencies {
}
processResources {
from ("..") {
from(".") {
include "LICENSE"
include "JME3-LICENSE"
}