Skip to content

Commit

Permalink
Updated build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaczenko authored and Andrii Tkachenko committed Nov 29, 2024
1 parent 548c455 commit 15adba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ It facilitates debugging, compliance, and security analysis by offering detailed
""".trimIndent()

repositories {
mavenLocal()
mavenCentral()
}

Expand Down
1 change: 1 addition & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

repositories {
gradlePluginPortal()
mavenLocal()
mavenCentral()
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx1512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:+UseStringDeduplication
group=io.github.tkaczenko.auditor
version=0.0.2

0 comments on commit 15adba2

Please sign in to comment.