File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11task openBuildDirFabric {
22 doLast {
3- def buildDir = file(" ${ project.projectDir} /fabric/build/libs" ). absolutePath
43 if (System . properties[' os.name' ]. toString(). toLowerCase(). contains(' windows' )) {
4+ def buildDir = file(" ${ project.projectDir} /neoforge/build/libs" ). absolutePath
55 def command = [' explorer' , buildDir]
66 new ProcessBuilder (command). start()
77 } else {
@@ -12,8 +12,8 @@ task openBuildDirFabric {
1212
1313task openBuildDirNeoForge {
1414 doLast {
15- def buildDir = file(" ${ project.projectDir} /neoforge/build/libs" ). absolutePath
1615 if (System . properties[' os.name' ]. toString(). toLowerCase(). contains(' windows' )) {
16+ def buildDir = file(" ${ project.projectDir} /neoforge/build/libs" ). absolutePath
1717 def command = [' explorer' , buildDir]
1818 new ProcessBuilder (command). start()
1919 } else {
You can’t perform that action at this time.
0 commit comments