diff options
16 files changed, 96 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 464f906..6517d27 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ apply plugin: 'kotlin' apply plugin: 'kotlinx-serialization' apply plugin: 'org.jetbrains.dokka' -version = "1.9.0" +version = "1.10.0" group = 'thedarkcolour.kotlinforforge' archivesBaseName = 'kotlinforforge' diff --git a/changelog.md b/changelog.md index 1eb45c0..3aeefd9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +##Kotlin for Forge 1.10.0 +- Updated to Kotlin 1.4.31, Updated to serialization 1.1.0 + ##Kotlin for Forge 1.9.0 - Updated to Kotlin 1.4.30 diff --git a/gradle.properties b/gradle.properties index 0fad2c8..8ce7ae5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.4.30 +kotlin_version=1.4.31 coroutines_version = 1.4.2 annotations_version = 20.1.0 -serialization_version = 1.0.1
\ No newline at end of file +serialization_version = 1.1.0
\ No newline at end of file diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 75150f8..365f053 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,5 +1,5 @@ modLoader="kotlinforforge" # IModLanguageProvider -loaderVersion="[1.9,)" # IModLanguageProvider version +loaderVersion="[1.10,)" # IModLanguageProvider version license="GPL v3.0" # A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. @@ -30,7 +30,7 @@ license="GPL v3.0" [[mods]] #mandatory displayName="Kotlin for Forge" # Name of mod modId="kotlinforforge" # Modid -version="1.9.0" # Version of kotlinforforge +version="1.10.0" # Version of kotlinforforge authors="TheDarkColour" # Author credits="Herobrine knows all." # Credits description=''' diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar Binary files differnew file mode 100644 index 0000000..cd853c6 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar.md5 new file mode 100644 index 0000000..6f22430 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar.md5 @@ -0,0 +1 @@ +252f69f8fa80257943dd6b55e57760d9
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar.sha1 new file mode 100644 index 0000000..ed8487d --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0-sources.jar.sha1 @@ -0,0 +1 @@ +2640b778cb048c917db1ec1e79b87b7b07c65000
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar Binary files differnew file mode 100644 index 0000000..f741f6b --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar.md5 b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar.md5 new file mode 100644 index 0000000..e9dd365 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar.md5 @@ -0,0 +1 @@ +e539b8f557a3362808e13acdfd4114f3
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar.sha1 b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar.sha1 new file mode 100644 index 0000000..79ee609 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.jar.sha1 @@ -0,0 +1 @@ +a6b7d88f1f97a990091b2eabad8e52c560eb9a3c
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom new file mode 100644 index 0000000..0015fce --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>thedarkcolour</groupId> + <artifactId>kotlinforforge</artifactId> + <version>1.10.0</version> + <dependencies> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib</artifactId> + <version>1.4.31</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.4.31</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.4.31</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.4.31</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <version>20.1.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-core</artifactId> + <version>1.4.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-jdk8</artifactId> + <version>1.4.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-serialization-json</artifactId> + <version>1.1.0</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom.md5 b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom.md5 new file mode 100644 index 0000000..ec1f1f8 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom.md5 @@ -0,0 +1 @@ +fcaf9bb740ffdb99b92a4e320816a605
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom.sha1 b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom.sha1 new file mode 100644 index 0000000..efa0645 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/kotlinforforge-1.10.0.pom.sha1 @@ -0,0 +1 @@ +f5ccd45750783bba192e0c6eb77c5fd210016a90
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.10.0/web.html b/thedarkcolour/kotlinforforge/1.10.0/web.html new file mode 100644 index 0000000..d0a4872 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.10.0/web.html @@ -0,0 +1,20 @@ +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> +<head><title>Index of /1.10.0/</title></head> +<body> +<h1>Index of /kotlinforforge/</h1> +<hr> +<pre><a href="../web.html">../</a> +<a href="kotlinforforge-1.10.0-sources.jar">kotlinforforge-1.10.0-sources.jar</a> +<a href="kotlinforforge-1.10.0-sources.jar.sha1">kotlinforforge-1.10.0-sources.jar.sha1</a> +<a href="kotlinforforge-1.10.0-sources.jar.md5">kotlinforforge-1.10.0-sources.jar.md5</a> +<a href="kotlinforforge-1.10.0.jar">kotlinforforge-1.10.0.jar</a> +<a href="kotlinforforge-1.10.0.jar.sha1">kotlinforforge-1.10.0.jar.sha1</a> +<a href="kotlinforforge-1.10.0.jar.md5">kotlinforforge-1.10.0.jar.md5</a> +<a href="kotlinforforge-1.10.0.pom">kotlinforforge-1.10.0.pom</a> +<a href="kotlinforforge-1.10.0.pom.sha1">kotlinforforge-1.10.0.pom.sha1</a> +<a href="kotlinforforge-1.10.0.pom.md5">kotlinforforge-1.10.0.pom.md5</a> +</pre> +<hr> +</body> +</html> diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml b/thedarkcolour/kotlinforforge/maven-metadata.xml index a90ef49..9a6c58c 100644 --- a/thedarkcolour/kotlinforforge/maven-metadata.xml +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml @@ -3,7 +3,7 @@ <groupId>thedarkcolour</groupId> <artifactId>kotlinforforge</artifactId> <versioning> - <release>1.9.0</release> + <release>1.10.0</release> <versions> <version>1.0.0</version> <version>1.0.1</version> @@ -22,6 +22,7 @@ <version>1.7.0</version> <version>1.8.0</version> <version>1.9.0</version> + <version>1.10.0</version> </versions> </versioning> </metadata> diff --git a/thedarkcolour/kotlinforforge/web.html b/thedarkcolour/kotlinforforge/web.html index a6a3379..b176033 100644 --- a/thedarkcolour/kotlinforforge/web.html +++ b/thedarkcolour/kotlinforforge/web.html @@ -25,6 +25,7 @@ <a href="1.7.0/web.html">1.7.0</a> <a href="1.8.0/web.html">1.8.0</a> <a href="1.9.0/web.html">1.9.0</a> +<a href="1.10.0/web.html">1.10.0</a> <a href="maven-metadata.xml">maven-metadata.xml</a> <a href="maven-metadata.xml.md5">maven-metadata.xml.md5</a> <a href="maven-metadata.xml.sha1">maven-metadata.xml.sha1</a> |