Skip to content

Commit

Permalink
version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TehBrian committed Mar 23, 2022
1 parent 08859a5 commit c39b79d
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 @@ -6,7 +6,7 @@ plugins {
}

group = "xyz.tehbrian"
version = "2.1.0"
version = "2.2.0"
description = "Control bed and respawn anchor functionality across all of" +
" your worlds, such as allowing sleep in the nether or the end!"

Expand All @@ -32,7 +32,7 @@ dependencies {
implementation("dev.tehbrian:tehlib-paper:0.1.0-SNAPSHOT")
}

// disable checkstyle in tests
/* Disable checkstyle in tests. */
project.gradle.startParameter.excludedTaskNames.add("checkstyleTest")

tasks {
Expand Down

0 comments on commit c39b79d

Please sign in to comment.