Skip to content

Commit

Permalink
published plugin without addon handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontrider committed Jan 22, 2023
1 parent 38d8c69 commit 4294c4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.github.frontrider.godle"
version = "0.14.0"
version = "0.15.0"

repositories {
mavenCentral()
Expand Down
12 changes: 0 additions & 12 deletions src/main/kotlin/initializers/initBaseGodot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,6 @@ internal fun Project.initBaseGodot() {
}
}

tasks.create("cleanGodotAddons", Delete::class.java) {
with(it) {
delete(
objects.fileProperty()
.convention { File(extension.godotRoot.asFile.get(), "addons") })
configureAsGodlePublic("Clean the addon folder. This is an optional step, you have to set up your task dependencies for this.")
}
if (extension.getAddons().clearAddonsBeforeInstall) {
godotAddonTask.dependsOn(it)
}
}

//IF a build task exists, then we depend on it.
//The primary use of this is with Godot Kotlin/JVM, so the binaries are built and provided.
//THIS WILL BE TREATED AS A CONVENTION! IF the build task exists, then it will run!
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 4746ad to 762ef4

0 comments on commit 4294c4a

Please sign in to comment.