Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebersole/gradle-mixed-jdk

Simplified project to test builds using more-than-one JDK
https://github.com/sebersole/gradle-mixed-jdk

Last synced: 26 days ago
JSON representation

Simplified project to test builds using more-than-one JDK

Awesome Lists containing this project

README

        

# gradle-mixed-jdk

As the project name imples, this is a simple stand-alone project for me to test builds using multiple JDKs (well targetting more than one Java version). The plan is to port what I learn and the plugins I develop to the Hibernate ORM build.

The project consists of 2 modules:
* java6-module - represents a module that is intended to be Java 6 compatible.
* java8-module - represents a module that is intended to be Java 8 compatible.