Skip to content

Commit

Permalink
chore: Bump kotlin too + improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jan 8, 2024
1 parent 007705e commit 9973463
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# nohorny

[![Xpdustry latest](https://maven.xpdustry.com/api/badge/latest/releases/com/xpdustry/nohorny?color=00FFFF&name=nohorny&prefix=v)](https://github.com/xpdustry/nohorny/releases)
[![Build status](https://github.com/xpdustry/nohorny/actions/workflows/build.yml/badge.svg?branch=master&event=push)](https://github.com/xpdustry/nohorny/actions/workflows/build.yml)
[![Mindustry 7.0 ](https://img.shields.io/badge/Mindustry-7.0-ffd37f)](https://github.com/Anuken/Mindustry/releases)
[![Discord](https://img.shields.io/discord/519293558599974912?color=00b0b3&label=Discord)](https://discord.xpdustry.com)
[![Maven](https://maven.xpdustry.com/api/badge/latest/releases/com/xpdustry/nohorny?color=008080&name=nohorny&prefix=v)](https://maven.xpdustry.com/#/releases/com/xpdustry/nohorny)
[![Downloads](https://img.shields.io/github/downloads/xpdustry/nohorny/total?color=008080)](https://github.com/xpdustry/nohorny/releases)
[![Mindustry 7.0](https://img.shields.io/badge/Mindustry-7.0-008080)](https://github.com/Anuken/Mindustry/releases)
[![Discord](https://img.shields.io/discord/519293558599974912?color=008080&label=Discord)](https://discord.xpdustry.com)



## Description

Expand Down Expand Up @@ -92,15 +94,15 @@ see [NoHornyAutoBan](src/main/kotlin/com/xpdustry/nohorny/NoHornyAutoBan.kt) for

## Installation

This plugin requires :
This plugin requires at least :

- Java 17 or above
- Java 17

- Mindustry v146 or above
- Mindustry v146

- [KotlinRuntime](https://github.com/xpdustry/kotlin-runtime) v3.1.0-k.1.9.10
- [KotlinRuntime](https://github.com/xpdustry/kotlin-runtime) v3.1.1-k.1.9.22

- [Distributor](https://github.com/xpdustry/distributor) v3.2.1
- [Distributor](https://github.com/xpdustry/distributor) v3.3.0

## Building

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fr.xpdustry.toxopid.task.GithubArtifactDownload
import org.jetbrains.kotlin.gradle.dsl.ExplicitApiMode

plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.22"
id("com.diffplug.spotless") version "6.23.3"
id("net.kyori.indra") version "3.1.3"
id("net.kyori.indra.publishing") version "3.1.3"
Expand Down Expand Up @@ -76,7 +76,7 @@ configurations.runtimeClasspath {

kotlin {
jvmToolchain(17)
coreLibrariesVersion = "1.9.10"
coreLibrariesVersion = "1.9.22"
explicitApi = ExplicitApiMode.Strict
target {
compilations.configureEach {
Expand Down Expand Up @@ -201,7 +201,7 @@ val downloadKotlinRuntime =
user.set("xpdustry")
repo.set("kotlin-runtime")
name.set("kotlin-runtime.jar")
version.set("v3.1.0-k.1.9.10")
version.set("v3.1.1-k.1.9.22")
}

tasks.runMindustryServer {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nohorny",
"displayName": "NoHornyPlugin",
"description": "NO HORNY IN MY SERVER!",
"version": "2.0.1",
"version": "2.1.0",
"author": "Xpdustry",
"repo": "xpdustry/nohorny",
"main": "com.xpdustry.nohorny.NoHornyPlugin",
Expand Down

0 comments on commit 9973463

Please sign in to comment.