mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-15 04:06:13 +00:00
update to tectonic 2.0.0
This commit is contained in:
@@ -13,9 +13,10 @@ configureDependencies()
|
||||
group = "com.dfsek.terra.common"
|
||||
|
||||
dependencies {
|
||||
|
||||
"shadedApi"("com.dfsek:Paralithic:0.3.2")
|
||||
"shadedApi"("com.dfsek.tectonic:common:2.0.0")
|
||||
|
||||
"shadedApi"("com.dfsek.tectonic:common:2.1.0")
|
||||
"shadedApi"("com.dfsek.tectonic:yaml:2.1.0")
|
||||
|
||||
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||
"shadedApi"("org.yaml:snakeyaml:1.27")
|
||||
|
||||
@@ -11,12 +11,6 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
public interface Loader {
|
||||
/**
|
||||
* Do something with the InputStreams.
|
||||
*
|
||||
* @param consumer Something to do with the streams.
|
||||
*/
|
||||
Loader then(ExceptionalConsumer<List<Configuration>> consumer) throws ConfigException;
|
||||
|
||||
Loader thenNames(ExceptionalConsumer<List<String>> consumer) throws ConfigException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user