Dont add loom to compileOnly config.
I dont think this has been required since MCE is a thing.
This commit is contained in:
		
							parent
							
								
									256e61ce3c
								
							
						
					
					
						commit
						1752659291
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -80,9 +80,6 @@ public class MinecraftProviderImpl extends DependencyProvider implements Minecra | ||||||
| 			versionInfo = LoomGradlePlugin.OBJECT_MAPPER.readValue(reader, MinecraftVersionMeta.class); | 			versionInfo = LoomGradlePlugin.OBJECT_MAPPER.readValue(reader, MinecraftVersionMeta.class); | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		// Add Loom as an annotation processor |  | ||||||
| 		addDependency(getProject().files(this.getClass().getProtectionDomain().getCodeSource().getLocation()), "compileOnly"); |  | ||||||
| 
 |  | ||||||
| 		if (offline) { | 		if (offline) { | ||||||
| 			if (minecraftClientJar.exists() && minecraftServerJar.exists()) { | 			if (minecraftClientJar.exists() && minecraftServerJar.exists()) { | ||||||
| 				getProject().getLogger().debug("Found client and server jars, presuming up-to-date"); | 				getProject().getLogger().debug("Found client and server jars, presuming up-to-date"); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue