Skip to content

Commit

Permalink
fix tests on java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Apr 16, 2024
1 parent 210d21c commit 571e6b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MultiModuleUseKitTest extends AbstractKitTest {
apply plugin: 'java'
apply plugin: 'ru.vyarus.animalsniffer'
sourceCompatibility = 1.6
sourceCompatibility = 1.8
animalsniffer {
ignoreFailures = true
Expand Down

0 comments on commit 571e6b4

Please sign in to comment.