Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Attempt to fix GitHub Actions #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Apr 9, 2024
1 parent 7def179 commit 8bd1d64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/ivy.kotlin-android.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ android {
}
}

gradle.projectsEvaluated {
// Increase tests Heap Size because of Kotest property-based tests
tasks.withType<Test> {
maxHeapSize = "2048m"
}
}
//gradle.projectsEvaluated {
// // Increase tests Heap Size because of Kotest property-based tests
// tasks.withType<Test> {
// maxHeapSize = "2048m"
// }
//}

dependencies {
implementation(libs.bundles.arrow)
Expand Down

0 comments on commit 8bd1d64

Please sign in to comment.