Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore application class when building cap file #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremyherbert
Copy link

Currently, the Run.java file is picked up by the gradle build when building the cap file, but this doesn't work (or make sense) because this class is for running the simulation only. This fix forces it to only look in the applet folder for code when building the cap file, and it also changes the build so that both applet cap files are built separately instead of just building only one of the two applets.

Fixes #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build on Ubuntu 22.04
1 participant