Skip to content

Commit

Permalink
Drop J2ObjC compiler
Browse files Browse the repository at this point in the history
- build requires MacOS and external software J2ObjC
- J2ObjC support max JDK 11
- looks like not used feature
- there is replacement https://developers.google.com/j2objc/guides/maven-plugin
  • Loading branch information
slawekjaranowski committed Dec 2, 2023
1 parent 4e7ca8c commit d75c84a
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 563 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
jdk-matrix: '["11", "17", "21"]'
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
maven_args: 'verify javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
maven_args: 'verify javadoc:javadoc -e -B -V -fae'

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ This component is an Compilation API used by Apache Maven Compiler plugin on the
Please refer to [documentation](https://errorprone.info/docs/installation#maven)

Or the project [it test](plexus-compiler-its/src/main/it/error-prone-compiler/pom.xml)

### J2ObjC OSX

To compile this project on OSX, you need to have J2ObjC installed: [J2ObjC Requirements](https://developers.google.com/j2objc#requirements).
32 changes: 0 additions & 32 deletions plexus-compilers/plexus-compiler-j2objc/README.md

This file was deleted.

58 changes: 0 additions & 58 deletions plexus-compilers/plexus-compiler-j2objc/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit d75c84a

Please sign in to comment.