Skip to content

Commit

Permalink
No need to launch android anymore since we are not running the TCK fo…
Browse files Browse the repository at this point in the history
…r it anymore
  • Loading branch information
henri-tremblay committed May 6, 2024
1 parent 7e02a99 commit a170295
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ curl -s "https://api.github.com/repos/easymock/objenesis/issues?milestone=${mile
echo "</ul>"
```

* Launch an Android device (virtual or physical)
* Launch `./deploy.sh`
* Answer the questions (normally, just acknowledge the proposed default)
* Follow the instructions
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
<modules>
<module>benchmark</module>
<!-- testing the android module will be removed for now since the android plugin doesn't work with Java 9+ -->
<!-- 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 -->
<!-- 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 -->
<!--<module>tck-android</module>-->
<module>website</module>
</modules>
Expand Down

0 comments on commit a170295

Please sign in to comment.