Compare commits
	
		
			2 commits
		
	
	
		
			08f5eb6fd7
			...
			fec401be5d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						fec401be5d | ||
| 
							 | 
						11766801ef | 
					 2 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -28,13 +28,13 @@ dependencies {
 | 
				
			||||||
// Apply a specific Java toolchain to ease working on different environments.
 | 
					// Apply a specific Java toolchain to ease working on different environments.
 | 
				
			||||||
java {
 | 
					java {
 | 
				
			||||||
    toolchain {
 | 
					    toolchain {
 | 
				
			||||||
        languageVersion.set(JavaLanguageVersion.of(21))
 | 
					        languageVersion.set(JavaLanguageVersion.of(17))
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
application {
 | 
					application {
 | 
				
			||||||
    // Define the main class for the application.
 | 
					    // Define the main class for the application.
 | 
				
			||||||
    mainClass.set("xl.App")
 | 
					    mainClass.set("gui.XL")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tasks.named<Test>("test") {
 | 
					tasks.named<Test>("test") {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								makefile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								makefile
									
										
									
									
									
								
							| 
						 | 
					@ -3,7 +3,6 @@ GITHASH := $(shell git rev-parse --short HEAD)$(shell git diff-index --quiet HEA
 | 
				
			||||||
TARNAME := xl-imbus-$(GITHASH).tar.gz
 | 
					TARNAME := xl-imbus-$(GITHASH).tar.gz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
run:
 | 
					run:
 | 
				
			||||||
	echo $(GITHASH)
 | 
					 | 
				
			||||||
	./gradlew run
 | 
						./gradlew run
 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch:
 | 
					watch:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue