don't log empty cancellation exceptions

This commit is contained in:
WhatCats
2025-01-14 23:26:02 +01:00
parent 627ae444b0
commit a630984cb0
2 changed files with 9 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ nexusPublishing {
subprojects {
group = 'dev.tommyjs'
version = '2.4.0'
version = '2.4.1'
apply plugin: 'java-library'
apply plugin: 'com.github.johnrengelman.shadow'