mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 00:04:10 -08:00
checkstyle my ass
This commit is contained in:
parent
5c5c92e104
commit
d86ab08843
|
@ -17,7 +17,8 @@ package org.teavm.gradle.api;
|
|||
|
||||
import org.gradle.api.provider.Property;
|
||||
|
||||
public interface TeaVMWasmGCConfiguration extends TeaVMCommonConfiguration, TeaVMWebConfiguration, TeaVMNativeBaseConfiguration {
|
||||
public interface TeaVMWasmGCConfiguration extends TeaVMCommonConfiguration, TeaVMWebConfiguration,
|
||||
TeaVMNativeBaseConfiguration {
|
||||
Property<Boolean> getObfuscated();
|
||||
|
||||
Property<Boolean> getStrict();
|
||||
|
|
Loading…
Reference in New Issue
Block a user