Skip to content

Commit

Permalink
Manage quarkus plugin in platform/quarkus module (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored Aug 10, 2020
1 parent 041a7a5 commit ca28ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion platform/quarkus/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'io.quarkus'
id 'io.quarkus' version "$quarkusVersion"
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pluginManagement {
plugins {
id 'biz.aQute.bnd.builder' version "4.1.0"
id 'info.solidsoft.pitest' version "1.5.1"
id 'io.quarkus' version "1.7.0.Final"
}
}

Expand Down

0 comments on commit ca28ce1

Please sign in to comment.