Fix code style

This commit is contained in:
Juuz
2023-04-30 02:46:15 +03:00
parent c44640bf6e
commit 915521cd23
2 changed files with 5 additions and 3 deletions

View File

@@ -324,8 +324,10 @@ task writeActionsTestMatrix() {
return
}
// Disabled as it hangs
if (it.name.endsWith("FabricAPITest.groovy")) return
if (it.name.endsWith("FabricAPITest.groovy")) {
// Arch: Disabled as it hangs
return
}
def className = it.path.toString().replace(".groovy", "")
className = className.substring(className.lastIndexOf("integration/") + "integration/".length()).replace('/', '.')

View File

@@ -104,7 +104,7 @@ public class ForgeProvider extends DependencyProvider {
}
/**
* {@return the Forge cache directory}
* {@return the Forge cache directory}.
*
* @param project the project
* @param version the Forge version