Skip to content

Commit 1fd67cd

Browse files
authored
Enable daemon re-use (#904)
This enables the Gradle daemon for the plugin build and also adds the same gradle properties to the kotlin compiler build in order to allow daemon re-use between all the builds.
1 parent 5a90913 commit 1fd67cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

plugin-build/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1536m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:+CrashOnOutOfMemoryError
2-
org.gradle.daemon=false
32
org.gradle.caching=true
43
org.gradle.parallel=true
54

sentry-kotlin-compiler-plugin/gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1536m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:+CrashOnOutOfMemoryError
2+
org.gradle.caching=true
3+
org.gradle.parallel=true
4+
15
GROUP = io.sentry
26
POM_ARTIFACT_ID = sentry-kotlin-compiler-plugin
37
VERSION_NAME = 5.7.0

0 commit comments

Comments
 (0)