Skip to content

Commit

Permalink
Disable codenarc for now to let Java 14 build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Sep 12, 2020
1 parent 08a1c7f commit 6c33431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thymeleaf-layout-dialect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
id 'groovy'
id 'codenarc'
// id 'codenarc' Codenarc + Java 14 = 💥 Waiting for Codenarc 2.0 to fix this
id 'jacoco'
id 'com.github.kt3k.coveralls' version '2.10.1'
id 'distribution'
Expand Down

0 comments on commit 6c33431

Please sign in to comment.