Skip to content

Commit

Permalink
Beta Version 0.0.2
Browse files Browse the repository at this point in the history
Converted to Gradle and added auto deploying to Hangar using GitHub actions
  • Loading branch information
AndrewDragonCh committed May 3, 2024
1 parent 205a98a commit b2dd011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
group = "dev.andrewdragon.plugins"
version = "0.0.1"
description = "DisablePortals"
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.sourceCompatibility = JavaVersion.VERSION_17

publishing {
publications.create<MavenPublication>("maven") {
Expand Down

0 comments on commit b2dd011

Please sign in to comment.