Skip to content

Commit

Permalink
fix: plugin.yml invalid main class
Browse files Browse the repository at this point in the history
Merge pull request #18 from Alathra/fix/plugin.yml-error
  • Loading branch information
darksaid98 authored Nov 21, 2023
2 parents 2e731aa + 57f88aa commit 7958c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "me.ShermansWorld"
version = "1.19.6"
version = "1.19.7"
description = ""
val mainPackage = "${project.group}.${rootProject.name}"

Expand Down Expand Up @@ -139,7 +139,7 @@ tasks {

bukkit {
// Plugin main class (required)
main = "${project.group}.${rootProject.name}"
main = "${mainPackage}.${rootProject.name}"

// Plugin Information
name = project.name
Expand Down

0 comments on commit 7958c11

Please sign in to comment.