You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
Now it only suggests download the uberjar. It should mention:
Include the library in a eta application via etlas, adding it int .cabalor etlas.dhall config file
Include the library in a mixed project java/eta via eta gradle plugin, adding the dependency in build.gradle
Comment about the caveats of the uberjar:
It includes classes from the bouncycastle java lib, so it can produce Class loading issues if bouncycastleis already in the classpath woth another version
Although not probable for now, it can clause clashes in eta internal classes if another version of eta is in the classpath
The text was updated successfully, but these errors were encountered:
Now it only suggests download the uberjar. It should mention:
.cabal
oretlas.dhall
config filebuild.gradle
bouncycastle
java lib, so it can produce Class loading issues ifbouncycastle
is already in the classpath woth another versionThe text was updated successfully, but these errors were encountered: