-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructured project into jbake-core and jbake-dist module
moved sources to new module jbake-core added jbake-cli as java library used by jbake-app to bundle distribution. aggregate jacoco test report and configure coveralls for root project generate aggregated test report for all subprojects some words about jacocoRootTestReport and smoke tests update gradle to 4.5 added build matrix and test osx too heapspace options for gradle drop precise and oraclejdk7 which is deprecated at travis now run openjdk7 on precise. removed jbake-cli module for now and merged back to jbake-core add jdk9 build to appveyor wrong jdk7 path. documentation https://www.appveyor.com/docs/build-environment/#java broken increase MaxPermSize for tests renamed jbake-app to jbake-dist
- Loading branch information
Showing
213 changed files
with
315 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ jacocoVersion=0.7.9 | |
bintrayDryRun=false | ||
bintrayOrg=jbake | ||
bintrayRepo=maven | ||
|
||
bintrayBinaryRepo=binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.