• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jreleaser / jreleaser / #364
48%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2024 05:54PM UTC
Jobs 1
Files 1314
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Apr 2024 05:22PM UTC coverage: 49.961%. Remained the same
#364

push

github

aalmiray
fix(packagers): Fix quoting and path issues in windows launchers

- This commit fixes various errors in windows launcher templates
  for java-archive and jlink.
- JAVA_OPTS as whole cannot be surrounded with quotes as windows
  shell would then treat that as single argument and jvm
  blows up. Quotes could be used with individual JAVA_OPTS arguments
  but that is then solely left to user.
- If java options are coming from distribution settings(ie jreleaser.yml)
  then we simply append to JAVA_OPTS as is without quoting.
- In java-archive template java.exe is changed to backslash like
  it already was in jlink template.
- Running java command also contained mixed double quoting and is fixed by
  removing quotes from JAVACMD.
- Classpath contained mixed triple quoting and is fixed by
  removing quotes from JARSDIRS and CLASSPATH

Fixes #1634

23668 of 47373 relevant lines covered (49.96%)

0.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #364.1 12 Apr 2024 05:54PM UTC 0
49.96
Source Files on build #364
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #364
  • d4608ae6 on github
  • Prev Build on main
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc