Skip to content

Commit

Permalink
Add check styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan-Goh committed Sep 23, 2023
1 parent 9715d67 commit d71d922
Show file tree
Hide file tree
Showing 25 changed files with 562 additions and 104 deletions.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'checkstyle'
}

checkstyle {
toolVersion = '10.2'
}

repositories {
Expand Down Expand Up @@ -46,7 +51,7 @@ application {
}

shadowJar {
archiveBaseName = "AdamV0.5"
archiveBaseName = "AdamV0.6"
archiveClassifier = null
dependsOn("distZip", "distTar")
}
Expand Down
Loading

0 comments on commit d71d922

Please sign in to comment.