Skip to content

Commit

Permalink
build.gradle: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 10, 2024
1 parent 4fec2d1 commit 012264e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Gradle script to build the Maud project

plugins {
id 'application' // to build a Java application
id 'checkstyle'
id 'application' // to build JVM applications
id 'checkstyle' // to analyze Java sourcecode for style violations
}

ext {
Expand Down

0 comments on commit 012264e

Please sign in to comment.