Fix uninitialized property
This commit is contained in:
		
							parent
							
								
									a134913c71
								
							
						
					
					
						commit
						add76e4949
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -60,6 +60,8 @@ public class RemapJarTask extends Jar { | |||
| 		input = GradleSupport.getfileProperty(getProject()); | ||||
| 		addNestedDependencies = getProject().getObjects().property(Boolean.class); | ||||
| 		remapAccessWidener = getProject().getObjects().property(Boolean.class); | ||||
| 		// false by default, I have no idea why I have to do it for this property and not the other one | ||||
| 		remapAccessWidener.set(false); | ||||
| 	} | ||||
| 
 | ||||
| 	@TaskAction | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue