Skip to content

Commit

Permalink
Merge branch 'master' into edu-master
Browse files Browse the repository at this point in the history
* master:
  bump jcardsim version, no -noverify is needed

# Conflicts:
#	applet/build.gradle
  • Loading branch information
ph4r05 committed Dec 11, 2019
2 parents d481a8a + 7f42d34 commit ea1309f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Then try running JVM with `-noverify` option.
In the IntelliJ Idea this can be configured in the top tool bar
with run configurations combo box -> click -> Edit Configurations -> VM Options.

However, the `com.klinec:jcardsim:3.0.5.8` should not need the `-noverify`.

## Roadmap

TODOs for this project:
Expand Down
2 changes: 1 addition & 1 deletion applet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-api:5.1.1'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.1.1'

jcardsim 'com.klinec:jcardsim:3.0.5.6'
jcardsim 'com.klinec:jcardsim:3.0.5.8'

// Include plugin as it has bundled GP & other tools.
// Alternative: include GP manually, but the included
Expand Down

0 comments on commit ea1309f

Please sign in to comment.