Skip to content

melix/mrjar-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a MRJAR with Gradle

WARNING: Before doing this, we strongly recommend to read this blog post which highlights the consequences of your decision.

Cross-compilation

Run ./gradlew run and Gradle will:

  • compile classes from src/main/java with a Java 8 compiler
  • compile classes from src/main/java11 with a Java 11 compiler

It will automatically download the right JDKs for you if you don't have them.

There's a dependency between the Java 11 classes and the Java 8 classes too, showing that it's not an issue.

About

Example of how to produce a MRJAR with Gradle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published