Skip to content

Commit 4d098da

Browse files
Drop J2ObjC compiler
- 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
1 parent 4e7ca8c commit 4d098da

File tree

10 files changed

+1
-563
lines changed

10 files changed

+1
-563
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
jdk-matrix: '["11", "17", "21"]'
3131
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
3232
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
33-
maven_args: 'verify javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
33+
maven_args: 'verify javadoc:javadoc -e -B -V -fae'
3434

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ This component is an Compilation API used by Apache Maven Compiler plugin on the
1212
Please refer to [documentation](https://errorprone.info/docs/installation#maven)
1313

1414
Or the project [it test](plexus-compiler-its/src/main/it/error-prone-compiler/pom.xml)
15-
16-
### J2ObjC OSX
17-
18-
To compile this project on OSX, you need to have J2ObjC installed: [J2ObjC Requirements](https://developers.google.com/j2objc#requirements).

plexus-compilers/plexus-compiler-j2objc/README.md

-32
This file was deleted.

plexus-compilers/plexus-compiler-j2objc/pom.xml

-58
This file was deleted.

plexus-compilers/plexus-compiler-j2objc/src/main/java/org/codehaus/plexus/compiler/j2objc/DefaultJ2ObjCCompilerParser.java

-51
This file was deleted.

0 commit comments

Comments
 (0)