Skip to content

Commit a170295

Browse files
No need to launch android anymore since we are not running the TCK for it anymore
1 parent 7e02a99 commit a170295

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ curl -s "https://api.github.com/repos/easymock/objenesis/issues?milestone=${mile
135135
echo "</ul>"
136136
```
137137

138-
* Launch an Android device (virtual or physical)
139138
* Launch `./deploy.sh`
140139
* Answer the questions (normally, just acknowledge the proposed default)
141140
* Follow the instructions

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
<modules>
565565
<module>benchmark</module>
566566
<!-- testing the android module will be removed for now since the android plugin doesn't work with Java 9+ -->
567-
<!-- the only way to repair would be to migrate the build or a part of the buil to Gradle and I do not want to do that now -->
567+
<!-- the only way to repair would be to migrate the build or a part of the build to Gradle and I do not want to do that now -->
568568
<!--<module>tck-android</module>-->
569569
<module>website</module>
570570
</modules>

0 commit comments

Comments
 (0)