Skip to content

Commit

Permalink
Bumping Memory for Gradle, CI got stuck on gradle/gradle last time.
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Apr 22, 2024
1 parent f793562 commit a04677f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ build
## IDE ###
.idea

/static
## Kotlin
.kotlin

### Mac OS ###
.DS_Store
Expand Down
6 changes: 1 addition & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
org.gradle.jvmargs=-Xmx3g
org.gradle.jvmargs=-Xmx16g
kotlin.code.style=official
android.useAndroidX=true
org.gradle.unsafe.configuration-cache=false
org.gradle.configuration-cache=false

#ERROR: Compose targets '[jscanvas]' are experimental and may have bugs!
#But, if you still want to use them, add to gradle.properties:
org.jetbrains.compose.experimental.jscanvas.enabled=true

group=com.squareup.invert
version=0.0.1-dev-SNAPSHOT
1 change: 1 addition & 0 deletions scripts/github-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ REPOS=(
"https://github.com/android/nowinandroid"
"https://github.com/gradle/gradle"
"https://github.com/spring-projects/spring-boot"
"https://github.com/spring-projects/spring-framework"
)

./scripts/publish.sh
Expand Down

0 comments on commit a04677f

Please sign in to comment.