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
Thanks for the repository. For my project, I need to translate jml to java code (into assertions). Unfortunately there is no documentation. I wanted to ask you
How do I build this into a jar usable from Java?
How can I use your jml2java module from Java?
I tried
# gradle init
gradle build
but I end up getting a few-byte jar file both with and without init. Also, the Github action build keeps failing too so that's not helping either.
Hey there @wadoon
Thanks for the repository. For my project, I need to translate jml to java code (into assertions). Unfortunately there is no documentation. I wanted to ask you
How do I build this into a jar usable from Java?
How can I use your jml2java module from Java?
I tried
but I end up getting a few-byte jar file both with and without init. Also, the Github action build keeps failing too so that's not helping either.
Any help is appreciated