Skip to content

Commit

Permalink
Merge pull request #348 from AdamaJava/nanno_cleanup
Browse files Browse the repository at this point in the history
refactor(qannotate nanno): use long to store chr and position
  • Loading branch information
holmeso authored Feb 28, 2024
2 parents 21943dd + 7f2a02b commit 5cd526a
Show file tree
Hide file tree
Showing 20 changed files with 2,029 additions and 1,770 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ subprojects {
checkstyleTest.enabled=false
}
checkstyleMain.onlyIf {project.hasProperty('checkstyle')}
checkstyleMain {
mustRunAfter test
mustRunAfter compileJava
}

dependencies {
testImplementation 'junit:junit:4.13.2'
Expand Down
Loading

0 comments on commit 5cd526a

Please sign in to comment.