Skip to content

Commit de0420a

Browse files
committed
refactoring
1 parent 7bfe1d6 commit de0420a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

jcp-tests/jcp-test-android/local.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# Location of the SDK. This is only used by Gradle.
88
# For customization when using a Version Control System, please read the
99
# header note.
10-
sdk.dir=/home2/igorm/SDKs/Android
10+
sdk.dir=/home/igorm/SDK/android

jcp-tests/jcp-test-gradle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<argument>clean</argument>
6969
<argument>test</argument>
7070
<argument>jar</argument>
71-
<argument>-i</argument>
72-
<argument>-S</argument>
71+
<argument>--scan</argument>
72+
<argument>--full-stacktrace</argument>
7373
<argument>
7474
-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
7575
</argument>

0 commit comments

Comments
 (0)