mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Temporarily downgrade to Java 16
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -27,7 +27,7 @@ Note that the issue will be automatically closed if you do not fill out the titl
|
||||
- Operating System: (Example: Ubuntu 20.04)
|
||||
- Desktop Environment: (Example: Gnome 40)
|
||||
- Server Type: (Example: Internal)
|
||||
- Client JVM version: (Example: Java 15.0.3 or JUI Installer)
|
||||
- Client JVM version: (Example: Java 17.0.1 or JUI Installer)
|
||||
- Server JVM version: (Example: Same as Client or OpenJDK 8u281)
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
if: ${{ matrix.runtime != 'linux-centos-x64' }}
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '16'
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
||||
- name: Setup Cl
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
|
||||
- name: Build rpm Package
|
||||
if: ${{ matrix.runtime == 'linux-centos-x64' }}
|
||||
uses: Syer10/CentOS-Java17-Action@v1
|
||||
uses: Syer10/CentOS-Java16-Action@v1
|
||||
with:
|
||||
command: ./gradlew ${{ matrix.build }}
|
||||
|
||||
|
||||
2
.github/workflows/Check.yml
vendored
2
.github/workflows/Check.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '16'
|
||||
architecture: x64
|
||||
|
||||
- name: Setup Cl
|
||||
|
||||
4
.github/workflows/Preview.yml
vendored
4
.github/workflows/Preview.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
if: ${{ matrix.runtime != 'linux-centos-x64' }}
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '16'
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
||||
- name: Setup Cl
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- name: Build rpm Package
|
||||
if: ${{ matrix.runtime == 'linux-centos-x64' }}
|
||||
uses: Syer10/CentOS-Java17-Action@v1
|
||||
uses: Syer10/CentOS-Java16-Action@v1
|
||||
with:
|
||||
command: ./gradlew ${{ matrix.build }} --stacktrace
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ These are the versions of [Tachidesk-Server][tachidesk-server] that JUI supports
|
||||
|
||||
## Downloading and Running the app
|
||||
### All Operating Systems (x64, Java Not Included)
|
||||
You should have The [Java Runtime Environment(JRE) 15](https://jdk.java.net/15/) or newer.
|
||||
You should have The [Java(JRE or JDK) 17](https://adoptium.net/) or newer.
|
||||
|
||||
Download the latest jar release for your OS from [the releases section][release] (Or from [the preview releases][preview]).
|
||||
|
||||
|
||||
@@ -10,5 +10,5 @@ object Config {
|
||||
const val preview = true
|
||||
const val previewCommit = "b714abddae9f13e91bc53c5daac54aeae564cd2a"
|
||||
|
||||
val jvmTarget = JavaVersion.VERSION_17
|
||||
val jvmTarget = JavaVersion.VERSION_16
|
||||
}
|
||||
Reference in New Issue
Block a user