Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
florin141 committed Mar 5, 2020
1 parent b05fb34 commit 3fc5f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language:
java
sudo: required
language: java
jdk:
- oraclejdk13
- oraclejdk11
before_install:
- chmod +x gradlew
- chmod u+x gradlew
script:
- gradle assemble
before_deploy:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

javafx {
version = "13"
version = "11"
modules = [ 'javafx.controls' ]
}

Expand Down

0 comments on commit 3fc5f56

Please sign in to comment.