Skip to content

Commit

Permalink
Move cmd-line options to options tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Aug 3, 2021
1 parent ff67f7a commit 11249d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ stages:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m -Dispyb.url="jdbc:mariadb://localhost:3306" -Dispyb.user=root -Dispyb.pw="$(MYSQL_ROOT_PASSWORD)" -Dispyb.host=localhost'
mavenOptions: '-Xmx3072m'
options: '-Dispyb.url="jdbc:mariadb://localhost:3306" -Dispyb.user=root -Dispyb.pw="$(MYSQL_ROOT_PASSWORD)" -Dispyb.host=localhost'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
Expand Down

0 comments on commit 11249d2

Please sign in to comment.