ワークフロー再修正 #5
Annotations
6 warnings
Unstable API Usage:
core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L51
'hash()' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
|
Unstable API Usage:
core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L48
'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
|
Unstable API Usage:
core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L49
'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
|
Unstable API Usage:
selfhost/src/main/java/dev/felnull/itts/savedata/LongSaveDataKey.java#L57
'tryParse(java.lang.String)' is marked unstable with @beta
|
Unstable API Usage:
core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L50
'putString(java.lang.CharSequence, java.nio.charset.Charset)' is declared in unstable interface 'com.google.common.hash.Hasher' marked with @beta
|
Unstable API Usage:
core/src/main/java/dev/felnull/itts/core/voice/CachedVoice.java#L47
'newHasher()' is unstable because its signature references unstable interface 'com.google.common.hash.Hasher' marked with @beta
|