translatenix
3b2feb45cf
Replace some if-statements with if-expressions ( #168 )
2024-02-16 14:41:41 +01:00
translatenix
1c29287344
Fix usage of wrong lock object ( #163 )
...
This changes the lock object to `lock`, which every other method is locking on.
2024-02-15 13:25:43 -08:00
translatenix
810a755702
Fix typo in constructor parameter name ( #162 )
...
Breaking change: changes param name `noTranstive` to `noTransitive`.
2024-02-15 09:35:21 -08:00
translatenix
c3473cc626
Add Gradle task "testNative"
...
Support running native tests with "gw testNative" for consistency with "gw test".
2024-02-14 19:53:40 +00:00
translatenix
da597d838d
Don't run JUnit tests for non-existing native executables
...
This allows to "Run all Tests" in IntelliJ without getting lots of test errors because "pkl-alpine-linux-amd64" etc. doesn't exist.
2024-02-13 20:53:29 +00:00
translatenix
a28ef85698
Update development instructions
...
- remove "Setup Gradle on your system" (too vague and doesn't seem necessary)
- remove "gw pkldoc" (obsolete)
- improve docs for common build commands
2024-02-13 10:43:34 +00:00
translatenix
77d0f5b8ca
Only build static executable if musl toolchain is installed ( #83 )
...
This improves the development experience for (WSL) Linux users.
They can now run "./gradlew buildNative" without having a musl toolchain installed.
In this case, only the dynamically linked executable will be built.
2024-02-07 20:57:53 -08:00
translatenix
6eb3d20b47
Update to Gradle 7.6.4 (latest 7.x release) ( #58 )
2024-02-05 10:44:28 -08:00