We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfe1d6 commit de0420aCopy full SHA for de0420a
2 files changed
jcp-tests/jcp-test-android/local.properties
@@ -7,4 +7,4 @@
7
# Location of the SDK. This is only used by Gradle.
8
# For customization when using a Version Control System, please read the
9
# header note.
10
-sdk.dir=/home2/igorm/SDKs/Android
+sdk.dir=/home/igorm/SDK/android
jcp-tests/jcp-test-gradle/pom.xml
@@ -68,8 +68,8 @@
68
<argument>clean</argument>
69
<argument>test</argument>
70
<argument>jar</argument>
71
- <argument>-i</argument>
72
- <argument>-S</argument>
+ <argument>--scan</argument>
+ <argument>--full-stacktrace</argument>
73
<argument>
74
-Pjcp_plugin_path=${project.basedir}${file.separator}..${file.separator}..${file.separator}jcp-gradle-plugin${file.separator}build${file.separator}libs${file.separator}jcp-gradle-plugin-${jcp.test.version}.jar
75
</argument>
0 commit comments