Skip to content

Commit 5a97a60

Browse files
authored
Compile release versions against Java 8
1 parent c3a7a11 commit 5a97a60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ deploy:
3131
- api/target/librespot-api-sources.jar
3232
on:
3333
repo: librespot-org/librespot-java
34-
jdk: 'openjdk11'
34+
jdk: 'openjdk8'
3535
tags: true
3636
- provider: script
3737
script: mvn deploy --settings .maven.xml -B -U -Prelease
3838
on:
3939
repo: librespot-org/librespot-java
40-
jdk: 'openjdk11'
40+
jdk: 'openjdk8'
4141
all_branches: true
4242
condition: $TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH = "dev"
4343

0 commit comments

Comments
 (0)