Skip to content

Commit

Permalink
Merge pull request #7 from rgonslayer/A-CheckStyle
Browse files Browse the repository at this point in the history
A-CheckStyle
  • Loading branch information
rgonslayer authored Sep 17, 2022
2 parents 8688b36 + 24c9c8f commit c0fd3fc
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'checkstyle'
}

repositories {
mavenCentral()
}


checkstyle {
toolVersion = '10.2'
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0'
Expand Down
Loading

0 comments on commit c0fd3fc

Please sign in to comment.