Skip to content

Commit

Permalink
Disable builds with Java 10 until Kotlin/dokka#294 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia committed Mar 15, 2019
1 parent fd1b13f commit 6ca5396
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ install: true
jdk:
- oraclejdk9
- openjdk9
- openjdk10

script:
- mvn clean install -P release
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A detailed user manual and the Javadoc documentation can be found on https://tin
Build tinylog
-------------

tinylog requires Maven 3 and JDK 9 or 10 for building. The generated JARs are compatible with Java 6 and higher.
tinylog requires Maven 3 and JDK 9 for building. The generated JARs are compatible with Java 6 and higher.

Build command:

Expand Down
4 changes: 2 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Preconditions
-------------

* Repository https://github.com/pmwmedia/tinylog.git cloned and actual
* JDK 8 and JDK 9 or 10 installed
* JDK 8 and JDK 9 installed
* Maven 3 installed
* GPG installed
* Certificate for oss.sonatype.org imported
Expand All @@ -17,7 +17,7 @@ Steps for Each Release

1. Set new version: mvn versions:set -DnewVersion=VERSION -DgenerateBackupPoms=false
2. Create a tag with new version number as name
3. Deploy with JDK 9 or 10: mvn clean install deploy -P release
3. Deploy with JDK 9: mvn clean install deploy -P release
4. Login to https://oss.sonatype.org/ to close and release the created repository under Staging Repositories
5. Upload ZIP archives from target to website
6. Generate Javadoc for tinylog API with JDK 8: mvn javadoc:javadoc -P release
Expand Down

0 comments on commit 6ca5396

Please sign in to comment.