Add some vm panic protection for non UTF-8 URLs.

This commit is contained in:
Kavin 2023-03-04 03:58:40 +00:00
parent 574c384bf1
commit 35653a4832
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
2 changed files with 11 additions and 3 deletions

View file

@ -43,7 +43,7 @@ signing {
}
group = 'rocks.kavin'
version = '1.0'
version = '1.0.1'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17