Skip to content

Commit

Permalink
Remove Apple extensions dependency, #393
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Jun 30, 2024
1 parent fd0414e commit 1aef382
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"
apply plugin: "java"
apply plugin: "nebula.provided-base"
apply plugin: "nebula.optional-base"

ext {
appName = 'vis'
gdxVersion = '1.12.1'
jnaVersion = '4.1.0'
jnaPlatformVersion = '3.5.2'
appleJavaExtensionsVersion = '1.4'
junitVersion = '4.13.2'
imgscalrVersion = '4.2'
}
Expand Down
2 changes: 1 addition & 1 deletion ui/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Version: 1.5.4-SNAPSHOT (libGDX 1.12.1)
- **Changed**: [#393](https://github.com/kotcrab/vis-ui/pull/393) - Removed use of JVM internal API in `FileUtils`
- **Changed**: [#393](https://github.com/kotcrab/vis-ui/pull/393) - Removed use of Apple Java extensions in `FileUtils`

#### Version: 1.5.3 (libGDX 1.12.1)
- Updated to libGDX 1.12.1
Expand Down
1 change: 0 additions & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ sourceCompatibility = 1.7

dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
provided "com.apple:AppleJavaExtensions:$appleJavaExtensionsVersion", optional
testCompile "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
testCompile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
testCompile "junit:junit:$junitVersion"
Expand Down

0 comments on commit 1aef382

Please sign in to comment.