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

Commit

Permalink
📝 자바 16제거
Browse files Browse the repository at this point in the history
  • Loading branch information
monun committed May 29, 2021
1 parent fb30b14 commit 0db131c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Pane (Button)
---
### 환경
* JAVA 16
* Kotlin 1.5.10
* JAVA 11
* Kotlin 1.4.32
* Paper 1.16.5
### Gradle
```groovy
Expand Down
2 changes: 0 additions & 2 deletions src/main/kotlin/com/github/monun/invfx/plugin/InvFXPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import com.github.monun.invfx.openWindow
import com.github.monun.invfx.window
import com.github.monun.kommand.kommand
import com.github.monun.tap.util.updateFromGitHubMagically
import kotlinx.coroutines.DelicateCoroutinesApi
import net.kyori.adventure.text.Component.text
import org.bukkit.Bukkit
import org.bukkit.Material
Expand All @@ -30,7 +29,6 @@ import org.bukkit.event.inventory.InventoryCloseEvent
import org.bukkit.inventory.ItemStack
import org.bukkit.plugin.java.JavaPlugin

@DelicateCoroutinesApi
class InvFXPlugin : JavaPlugin() {
override fun onEnable() {
server.apply {
Expand Down

0 comments on commit 0db131c

Please sign in to comment.