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: 5 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T02:42:52.000Z (over 10 years ago)
- Last Synced: 2024-12-31T03:43:10.574Z (7 months ago)
- Language: Java
- Size: 223 KB
- Stars: 0
- Watchers: 3
- 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.