Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into ck/#91-regionGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittl committed Dec 9, 2021
2 parents c523d25 + 2102fbf commit 1ac4d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'groovy' // groovy support
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.0.4'//code format
id 'com.github.spotbugs' version '5.0.1' // code check, working on byte code
id 'com.github.spotbugs' version '5.0.2' // code check, working on byte code
id 'de.undercouch.download' version '4.1.2'
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
id "com.github.maiflai.scalatest" version "0.31" // run scalatest without specific spec task
Expand Down

0 comments on commit 1ac4d0f

Please sign in to comment.