Skip to content

Commit

Permalink
Reordered Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhancock committed Sep 18, 2024
1 parent 6c40579 commit 36b60e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megamek/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import java.time.LocalDateTime
plugins {
id 'application'
id 'checkstyle'
id 'com.palantir.git-version' version '3.1.0'
id 'edu.sc.seis.launch4j' version '3.0.6'
id "io.sentry.jvm.gradle" version '4.11.0'
id 'jacoco'
id 'java'
id 'org.ec4j.editorconfig' version '0.1.0'
id "io.sentry.jvm.gradle" version '4.11.0'
id 'com.palantir.git-version' version '3.1.0'

}

Expand Down

0 comments on commit 36b60e1

Please sign in to comment.