Add distribution management and gittr repository
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									911aa35577
								
							
						
					
					
						commit
						51567a4895
					
				
					 2 changed files with 28 additions and 2 deletions
				
			
		
							
								
								
									
										26
									
								
								pom.xml
									
										
									
									
									
								
							
							
						
						
									
										26
									
								
								pom.xml
									
										
									
									
									
								
							|  | @ -36,4 +36,30 @@ | |||
| 			<scope>test</scope> | ||||
| 		</dependency> | ||||
| 	</dependencies> | ||||
| 	<distributionManagement> | ||||
| 		<repository> | ||||
| 			<id>gittr.ch</id> | ||||
| 			<name>gittr</name> | ||||
| 			<url>https://repo.gittr.ch/releases/</url> | ||||
| 		</repository> | ||||
| 		<snapshotRepository> | ||||
| 			<id>gittr.ch</id> | ||||
| 			<name>gittr</name> | ||||
| 			<url>https://repo.gittr.ch/snapshots/</url> | ||||
| 		</snapshotRepository> | ||||
| 	</distributionManagement> | ||||
| 	<repositories> | ||||
| 		<repository> | ||||
| 			<id>repo.gittr.ch</id> | ||||
| 			<url>https://repo.gittr.ch/</url> | ||||
| 			<releases> | ||||
| 				<enabled>true</enabled> | ||||
| 				<updatePolicy>never</updatePolicy> | ||||
| 			</releases> | ||||
| 			<snapshots> | ||||
| 				<enabled>true</enabled> | ||||
| 				<updatePolicy>always</updatePolicy> | ||||
| 			</snapshots> | ||||
| 		</repository> | ||||
| 	</repositories> | ||||
| </project> | ||||
|  |  | |||
|  | @ -7,8 +7,8 @@ import java.nio.file.Paths; | |||
| 
 | ||||
| public class Main { | ||||
|     public static void main(@NonNull final String[] args) { | ||||
|         int width = 50; | ||||
|         int height = 50; | ||||
|         int width = 100; | ||||
|         int height = 100; | ||||
|         final Labyrinth labyrinth = new Labyrinth(width, height); | ||||
|         final TextRenderer textRenderer = TextRenderer.newInstance(); | ||||
|         final HTMLRenderer htmlRenderer = HTMLRenderer.newInstance(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue