Provides builds for both LWJGL2 and LWJGL3.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user