Skip to content

Commit

Permalink
Attempted fix for Gradle build in GitHub Actions.
Browse files Browse the repository at this point in the history
Currently a "welcome" message is unhelpfully breaking my build.
I added a property to a configuration file that should turn off
the welcome message.
  • Loading branch information
cosinekitty committed Jun 28, 2024
1 parent dcbafa3 commit 635abb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/kotlin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1024M
org.gradle.welcome=never

0 comments on commit 635abb5

Please sign in to comment.