Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit ff795cf

Browse files
fix: use java 12 as JitCI doesn't manage 14
1 parent 59662db commit ff795cf

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ plugins {
1212
group = 'com.frog-development'
1313
description = 'authorization-jwt-module'
1414

15-
sourceCompatibility = JavaVersion.VERSION_14
16-
targetCompatibility = JavaVersion.VERSION_14
15+
sourceCompatibility = JavaVersion.VERSION_12
16+
targetCompatibility = JavaVersion.VERSION_12
1717

1818
repositories {
1919
jcenter()

jitpack.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
jdk:
2-
- openjdk14
3-
4-
before_install:
5-
- echo "Install java 14"
6-
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
7-
- source install-jdk.sh --feature 14
8-
- jshell --version
2+
- openjdk12

0 commit comments

Comments
 (0)