Skip to content

Commit

Permalink
Merge branch 'main' into #1-CI/CD_Integration
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle.kts
#	src/main/resources/template-map.json
  • Loading branch information
Patrick Schönfeld committed Jul 8, 2022
2 parents 4401738 + abfc897 commit 46cdf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ build
.ssl-keys/chain.crt
.ssl-keys/password.txt
.ssl-keys/private.pem
src/main/resources/template-map.json
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tasks {

runIde {
jvmArgs("-Xmx2024m", "-Xms512m", "-XX:MaxPermSize=500m", "-ea")
// ideDir.set(file(properties("platformIdeDir")))
//ideDir.set(file(properties("platformIdeDir")))
}

// Configure UI tests plugin
Expand Down

0 comments on commit 46cdf5a

Please sign in to comment.