generated from xpdustry/template-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump version of everything + Change fr.xpdustry to com.xpdustry
- Loading branch information
Showing
7 changed files
with
43 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
# KotlinRuntimePlugin | ||
# kotlin-runtime | ||
|
||
[![Xpdustry latest](https://maven.xpdustry.fr/api/badge/latest/releases/fr/xpdustry/kotlin-runtime?color=00ced1&name=KotlinRuntimePlugin&prefix=v)](https://maven.xpdustry.fr/#/releases/fr/xpdustry/kotlin-runtime) | ||
[![Xpdustry latest](https://maven.xpdustry.fr/api/badge/latest/releases/fr/xpdustry/kotlin-runtime?color=00ced1&name=kotlin-runtime&prefix=v)](https://maven.xpdustry.fr/#/releases/fr/xpdustry/kotlin-runtime) | ||
[![Downloads](https://img.shields.io/github/downloads/Xpdustry/KotlinRuntimePlugin/total?color=00ced1)](https://github.com/Xpdustry/KotlinRuntimePlugin/releases) | ||
[![Mindustry 7.0](https://img.shields.io/badge/Mindustry-7.0-00ced1)](https://github.com/Anuken/Mindustry/releases) | ||
|
||
## Description | ||
|
||
This plugin allows you to write kotlin plugins without having to ship the kotlin runtime with your plugin. Thus avoiding conflicts with other plugins. It currently comes with version 1.8.0 and the following libraries : | ||
This plugin allows you to write kotlin plugins without having to ship the kotlin runtime. | ||
Thus avoiding conflicts with other plugins. | ||
It currently comes with kotlin version 1.9.0 and the following libraries : | ||
|
||
- The standard library | ||
- The reflection library | ||
|
||
If you want to use other kotlin core libraries, don't mind opening an issue, so I can add them in this plugin. | ||
If you want to use other kotlin libraries, don't mind opening an issue. | ||
|
||
## Requirements | ||
|
||
This plugin requires Mindustry v141 or later and Java 17 or later. | ||
This plugin requires Mindustry v145 or later and Java 17 or later. | ||
|
||
## Building | ||
|
||
- `./gradlew shadowJar` to only compile the plugin (it will be located at `/build/libs/KotlinRuntimePlugin.jar`). | ||
- `./gradlew shadowJar` to only compile the plugin (it will be located at `/build/libs/kotlin-runtime.jar`). | ||
- `./gradlew runMindustryServer` to run the plugin in a local Mindustry server. | ||
- `./gradlew runMindustryClient` to run a local Mindustry client. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "kotlin-runtime", | ||
"displayName": "KotlinRuntimePlugin", | ||
"author": "Xpdustry", | ||
"displayName": "KotlinRuntime", | ||
"author": "xpdustry", | ||
"description": "A companion plugin for Kotlin based plugins.", | ||
"version": "2.0.0-k.1.8.20", | ||
"minGameVersion": "141", | ||
"version": "2.1.0-k.1.9.0", | ||
"minGameVersion": "145", | ||
"hidden": true, | ||
"java": true, | ||
"main": "fr.xpdustry.kotlin.KotlinRuntimePlugin", | ||
"repo": "Xpdustry/KotlinRuntimePlugin", | ||
"main": "com.xpdustry.kotlin.KotlinRuntimePlugin", | ||
"repo": "xpdustry/kotlin-runtime", | ||
"dependencies": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters