Skip to content

Commit

Permalink
Merge pull request #43 from sosuisen/master
Browse files Browse the repository at this point in the history
Add a new line character for build.gradle template
  • Loading branch information
jGauravGupta authored Aug 29, 2024
2 parents 1a507fd + b7ba2eb commit 1a31bf6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ targetCompatibility = JavaVersion.VERSION_${javaVersion}
#if (${platform} == 'micro')
payaraMicro {
payaraVersion = '${payaraVersion}'
#if (${deployWar} == "true")deployWar = true #end
#if (${deployWar} == "true")deployWar = true
#end
useUberJar = false
daemon = false
commandLineOptions = [port: 8080]
Expand Down

0 comments on commit 1a31bf6

Please sign in to comment.