Skip to content

Commit

Permalink
resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor authored and rito528 committed Sep 16, 2023
1 parent 0f32e84 commit 198f297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

set -o pipefail

declare -r sbt_release_version="1.9.3"
declare -r sbt_unreleased_version="1.9.3"
declare -r sbt_release_version="1.9.4"
declare -r sbt_unreleased_version="1.9.4"

declare -r latest_213="2.13.11"
declare -r latest_212="2.12.18"
Expand Down Expand Up @@ -662,3 +662,4 @@ execRunner "$java_cmd" \
-jar "$sbt_jar" \
"${sbt_commands[@]}" \
"${residual_args[@]}"

Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ object BreakUtil {
val materialType = targetBlock.getType
val isNotQuartzBlockAndQuartzStairs =
materialType != Material.QUARTZ_BLOCK && materialType != Material.QUARTZ_STAIRS
// NOTE: targetBlock#getDataが7は下つきハーフブロック、15は上つきハーフブロック
val isNotQuartzSlab =
materialType != Material.QUARTZ_SLAB
val isNotMadeFromQuartz = isNotQuartzBlockAndQuartzStairs && isNotQuartzSlab
Expand Down

0 comments on commit 198f297

Please sign in to comment.