Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: package com.typesafe.config does not exist

Closed this issue ยท 2 comments

commented
> Task :compileJava FAILED
BassebombeCraft.java:16: error: package com.typesafe.config does not exist
import com.typesafe.config.Config;
commented

Solution is to embed com.typesafe into the generated mod jar file.
This is done by Gradle in the build.gradle file.

commented

Closed with commit 86cc4e8.