fix: apply orDefault function when already completed

This commit is contained in:
2025-10-04 19:02:27 +01:00
parent 51fac28604
commit df1ee340dd
4 changed files with 21 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ plugins {
subprojects {
group = 'dev.tommyjs'
version = '2.5.0'
version = '2.5.1'
apply plugin: 'java-library'
apply plugin: 'com.github.johnrengelman.shadow'