Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Fix: force jvm 17 (#88)
Browse files Browse the repository at this point in the history
* Fix: force jvm 17

Forcing the version 17 of java

* Fix: remove gradle-crash code block

* add jitpack files

* Fix: wrong command

* Fix spell mistake

* sdk instead of jdk
  • Loading branch information
TheFruxz authored Dec 4, 2021
1 parent e0e700c commit 0a634b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![JET - The Kotlin-Based Framework for Next-Gen Paper Plugins - Just everything tweaked](https://user-images.githubusercontent.com/28064149/143691452-6bc94d3d-5815-49ba-a041-722af5aef580.gif)

[![JitPack](https://jitpack.io/v/TheFruxz/JET.svg)](https://jitpack.io/#TheFruxz/JET)
[![JitPack](https://jitpack.io/v/TheFruxz/JET.svg?style=flat-square)](https://jitpack.io/#TheFruxz/JET)
[![JETBuild](https://github.com/TheFruxz/JET/actions/workflows/build-JET.yml/badge.svg)](https://github.com/TheFruxz/JET/actions/workflows/build-JET.yml)
[![JETTest](https://github.com/TheFruxz/JET/actions/workflows/test-JET.yml/badge.svg)](https://github.com/TheFruxz/JET/actions/workflows/test-JET.yml)
[![JETPublish](https://github.com/TheFruxz/JET/actions/workflows/publish-JET.yml/badge.svg)](https://github.com/TheFruxz/JET/actions/workflows/publish-JET.yml)
Expand Down
3 changes: 3 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
before_install:
- sdk install java 17.0.1-tem
- sdk use java 17.0.1-tem

0 comments on commit 0a634b7

Please sign in to comment.