Skip to content

Commit 06bfec0

Browse files
authoredNov 2, 2021
disable gradle daemon (#395)
1 parent 90b5c88 commit 06bfec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Directory.Build.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ or
129129
<Error Condition="!Exists('$(SentryAndroidRoot)')" Text="Couldn't find the Android root at $(SentryAndroidRoot)."></Error>
130130
<Message Importance="High" Text="Building Sentry Android SDK."></Message>
131131

132-
<Exec WorkingDirectory="$(SentryAndroidRoot)" Command="./gradlew :sentry-android-core:assembleRelease :sentry-android-ndk:assembleRelease :sentry:jar --stacktrace --warning-mode all"></Exec>
132+
<Exec WorkingDirectory="$(SentryAndroidRoot)" Command="./gradlew :sentry-android-core:assembleRelease :sentry-android-ndk:assembleRelease :sentry:jar --no-daemon --stacktrace --warning-mode all"></Exec>
133133

134134
<ItemGroup>
135135
<!-- building snapshot based on version, i.e: sentry-5.0.0-beta.3-SNAPSHOT.jar -->

0 commit comments

Comments
 (0)
Please sign in to comment.