You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the IzPack installere on my Libgdx project from the gradle.
I inserteed the relevant lines as you detailed, and I am having an error.
I am pretty to java and in coding in general, so i am maybe missing something obivous
Can you please assist?
Hello there,
I am trying to run the IzPack installere on my Libgdx project from the gradle.
I inserteed the relevant lines as you detailed, and I am having an error.
I am pretty to java and in coding in general, so i am maybe missing something obivous
Can you please assist?
`buildscript {
}
allprojects {
}
project(":desktop") {
apply plugin: "java-library"
// implementation "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
// implementation "com.github.myrealitycoding:jpersis:1.0.0"
// implementation "de.longri.gdx-sqlite:gdx-sqlite-platform:$gdxSqliteVersion:natives-desktop"
// implementation 'gdx-sqlite-desktop.jar'
// implementation 'sqlite-jdbc-3.7.2.jar'
}
// task deleteJar(type: Delete) {
// delete 'libs/jars/logmanagementlib.jar'
// }
//
// task createJar(type: Copy) {
// from('build/intermediates/bundles/release/')
// into('libs/jars/')
// include('classes.jar')
// rename('classes.jar', 'logmanagementlib.jar')
// }
//
// createJar.dependsOn(deleteJar, build)
}
project(":android") {
apply plugin: "android"
}
project(":core") {
apply plugin: "java-library"
// implementation "de.longri.gdx-sqlite:gdx-sqlite:$gdxSqliteVersion"
// implementation "sqlite-jdbc-3.7.2.jar"
}
// task deleteJar(type: Delete) {
// delete 'libs/jars/logmanagementlib.jar'
// }
//
// task createJar(type: Copy) {
// from('build/intermediates/bundles/release/')
// into('libs/jars/')
// include('classes.jar')
// rename('classes.jar', 'logmanagementlib.jar')
// }
//
// createJar.dependsOn(deleteJar, build)
}
`
Thanks a lot
The text was updated successfully, but these errors were encountered: