Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebersole/gradle-mixed-jdk
- Owner: sebersole
- Created: 2015-03-31T16:06:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T02:42:52.000Z (over 9 years ago)
- Last Synced: 2023-03-11T10:16:29.537Z (over 1 year ago)
- Language: Java
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.