Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Mar 25, 2024
1 parent ee96ee7 commit 8faf1a1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
plugins {
id 'java'
id 'war'
// id "org.gretty"
// Provide convenience executables for trying out the examples.
id 'application'
// Generate Visual Studio Code .vscode & .json project files
id "visual-studio"
}

buildscript {
repositories {
maven {
Expand All @@ -19,6 +9,16 @@ buildscript {
}
}

plugins {
id 'java'
id 'war'
// id "org.gretty"
// Provide convenience executables for trying out the examples.
id 'application'
// Generate Visual Studio Code .vscode & .json project files
id "visual-studio"
}

apply plugin: "org.gretty"

repositories {
Expand Down

0 comments on commit 8faf1a1

Please sign in to comment.