Skip to content

Commit 70903e3

Browse files
committed
core: Fix use of incorrect project import
1 parent 5e18774 commit 70903e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/kyori/mammoth/GradleCompat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
package net.kyori.mammoth;
2525

26-
import org.apache.tools.ant.Project;
26+
import org.gradle.api.Project;
2727

2828
final class GradleCompat {
2929
static final boolean HAS_CONVENTION;

0 commit comments

Comments
 (0)