Skip to content

Commit

Permalink
Include JNA classes into JAR
Browse files Browse the repository at this point in the history
Fixes #119, fix by @hackbaellchen.
  • Loading branch information
Ben Frank committed Sep 30, 2023
1 parent 86c0f8a commit caccb3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ on.
## [Unreleased]

### Fixed

* `arara` failed to run on Windows, fixed by including JNA classes into the
JAR (thanks to @hackbaellchen).
(see #119)

## [7.1.1] - 2023-09-29

### Fixed
Expand Down
1 change: 1 addition & 0 deletions cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ tasks {
exclude(dependency("org.jetbrains.kotlin:.*"))
exclude(dependency("org.apache.logging.log4j:log4j-slf4j-impl:.*"))
exclude(dependency("org.mvel:mvel2:.*"))
exclude(dependency("net.java.dev.jna:.*:.*"))
}
}
}

0 comments on commit caccb3d

Please sign in to comment.