lock_jar icon indicating copy to clipboard operation
lock_jar copied to clipboard

LockJar manages Java Jars for Ruby

Results 2 lock_jar issues
Sort by recently updated
recently updated
newest added

I find that with the Jarfile containing only # Case 1 group :ingest, :cli do jar 'org.apache.flume:flume-ng-core:1.5.0-cdh5.4.5' end The lock_file generated is [jarfile_case1.txt](https://github.com/mguymon/lock_jar/files/544109/jarfile_case1.txt) # Case 2 While when the groups...

As title, see following console output: ``` [redacted@redacted janusgraph_memory_leak]$ ruby --version jruby 10.0.2.0 (3.4.2) 2025-08-07 cba6031bd0 OpenJDK 64-Bit Server VM 21.0.8+9 on 21.0.8+9 +indy +jit [x86_64-linux] [redacted@redacted janusgraph_memory_leak]$ gem install...