Fix typo
This commit is contained in:
		
							parent
							
								
									98731532d5
								
							
						
					
					
						commit
						816ed93d7a
					
				
					 12 changed files with 13 additions and 13 deletions
				
			
		|  | @ -214,7 +214,7 @@ publishing { | ||||||
| task writeActionsTestMatrix() { | task writeActionsTestMatrix() { | ||||||
| 	doLast { | 	doLast { | ||||||
| 		def testMatrix = [] | 		def testMatrix = [] | ||||||
| 		file('src/test/groovy/net/fabricmc/loom/test/intergration').eachFile { | 		file('src/test/groovy/net/fabricmc/loom/test/integration').eachFile { | ||||||
| 			if (it.name.endsWith("Test.groovy")) { | 			if (it.name.endsWith("Test.groovy")) { | ||||||
| 				if (it.name.endsWith("ReproducibleBuildTest.groovy")) { | 				if (it.name.endsWith("ReproducibleBuildTest.groovy")) { | ||||||
| 					// This test gets a special case to run across all os's | 					// This test gets a special case to run across all os's | ||||||
|  | @ -222,7 +222,7 @@ task writeActionsTestMatrix() { | ||||||
| 				} | 				} | ||||||
| 
 | 
 | ||||||
| 				def className = it.name.replace(".groovy", "") | 				def className = it.name.replace(".groovy", "") | ||||||
| 				testMatrix.add("net.fabricmc.loom.test.intergration.${className}") | 				testMatrix.add("net.fabricmc.loom.test.integration.${className}") | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ArchiveAssertionsTrait | import net.fabricmc.loom.test.util.ArchiveAssertionsTrait | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
| import spock.lang.Specification | import spock.lang.Specification | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
| import spock.lang.Specification | import spock.lang.Specification | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
| import spock.lang.Specification | import spock.lang.Specification | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ArchiveAssertionsTrait | import net.fabricmc.loom.test.util.ArchiveAssertionsTrait | ||||||
| import net.fabricmc.loom.test.util.MockMavenServerTrait | import net.fabricmc.loom.test.util.MockMavenServerTrait | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
| import spock.lang.Specification | import spock.lang.Specification | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ArchiveAssertionsTrait | import net.fabricmc.loom.test.util.ArchiveAssertionsTrait | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import com.google.common.hash.HashCode | import com.google.common.hash.HashCode | ||||||
| import com.google.common.hash.Hashing | import com.google.common.hash.Hashing | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
| import spock.lang.Specification | import spock.lang.Specification | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
| import spock.lang.Specification | import spock.lang.Specification | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|  * SOFTWARE. |  * SOFTWARE. | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| package net.fabricmc.loom.test.intergration | package net.fabricmc.loom.test.integration | ||||||
| 
 | 
 | ||||||
| import net.fabricmc.loom.test.util.ProjectTestTrait | import net.fabricmc.loom.test.util.ProjectTestTrait | ||||||
| import org.zeroturnaround.zip.ZipUtil | import org.zeroturnaround.zip.ZipUtil | ||||||
		Loading…
	
		Reference in a new issue