Skip to content

Commit

Permalink
Merge pull request #7 from dwursteisen/main
Browse files Browse the repository at this point in the history
Prepare for the 1.0.0 version
  • Loading branch information
dwursteisen committed May 8, 2021
2 parents ce0e9b4 + 16249ec commit bffa8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
// Apply the Java Gradle plugin development plugin to add support for developing Gradle plugins
`java-gradle-plugin`

id("com.github.minigdx.gradle.plugin.developer.jvm") version "1.0.0.RC2"
id("com.github.minigdx.gradle.plugin.developer.jvm") version "1.0.0"
}

repositories {
Expand All @@ -25,7 +25,7 @@ dependencies {
implementation("me.champeau.jdoctor:jdoctor-utils:0.1")

api("org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:1.4.20")
api("com.github.minigdx.gradle.plugin.gltf:com.github.minigdx.gradle.plugin.gltf.gradle.plugin:LATEST-SNAPSHOT")
api("com.github.minigdx.gradle.plugin.gltf:com.github.minigdx.gradle.plugin.gltf.gradle.plugin:1.0.0")
}

gradlePlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class JvmConfiguration(project: Project) {
open class MiniGdxExtension(project: Project) {

val version = project.objects.property(String::class.java)
.value("LATEST-SNAPSHOT")
.value("1.0.0")

val jvm = JvmConfiguration(project)
}

0 comments on commit bffa8c1

Please sign in to comment.