Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Sep 1, 2020
1 parent b6db2db commit bb78950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ plugins {
allprojects {
version = "1.10"
group = 'nl.edulogo'
}

subprojects {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'org.openjfx.javafxplugin'

sourceCompatibility = 1.14
targetCompatibility = 1.14
}

subprojects {
repositories {
mavenCentral()
}
Expand Down
4 changes: 4 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source install-jdk.sh --feature 14
- jshell --version

0 comments on commit bb78950

Please sign in to comment.