File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ dependencies {
9393
9494tasks.register<Copy >(" copyCore" ){
9595 dependsOn(project(" :core" ).tasks.jar)
96- from(" ../core/build/ libs/ " )
97- include( " *.jar " )
96+ from(project( " :core " ).layout.buildDirectory.dir( " libs" ) )
97+ from(project( " :core " ).configurations.runtimeClasspath )
9898 into(layout.buildDirectory.dir(" resources-bundled/common/core/library" ))
9999}
100100tasks.register<Download >(" downloadJDK" ) {
Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ sourceSets{
2525}
2626
2727dependencies {
28- // TODO: Research on which jogl dependencies to include
29- implementation(" org.jogamp.gluegen:gluegen-rt:2.5.0" )
30- implementation(" org.jogamp.jogl:jogl-all:2.5.0" )
28+ implementation(" org.jogamp.gluegen:gluegen-rt-main:2.5.0" )
29+ implementation(" org.jogamp.jogl:jogl-all-main:2.5.0" )
3130
3231 testImplementation(" junit:junit:4.13.2" )
3332}
You can’t perform that action at this time.
0 commit comments