mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix code style
This commit is contained in:
@@ -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('/', '.')
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user