21
This commit is contained in:
		
							parent
							
								
									5c9ac03615
								
							
						
					
					
						commit
						7825d92b2a
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -10,7 +10,7 @@ trigger: | |||
| steps: | ||||
|   - name: publish | ||||
|     pull: if-not-exists | ||||
|     image: openjdk:17-jdk | ||||
|     image: openjdk:21-jdk | ||||
|     environment: | ||||
|       PACKAGESKEY: | ||||
|         from_secret: GITEA_PACKAGE_PUBLIC_RW | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ subprojects { | |||
|     version "2.1.0-netherite-SNAPSHOT" | ||||
| 
 | ||||
|     java { | ||||
|         toolchain.languageVersion.set(JavaLanguageVersion.of(17)) | ||||
|         toolchain.languageVersion.set(JavaLanguageVersion.of(21)) | ||||
|     } | ||||
| 
 | ||||
|     dependencies { | ||||
|  |  | |||
|  | @ -40,7 +40,7 @@ dependencies { | |||
| 
 | ||||
|     // Fancy text library | ||||
|     implementation "net.kyori:adventure-platform-bukkit:4.3.4" | ||||
|     implementation "net.kyori:adventure-text-minimessage:4.17.0" | ||||
|     implementation "net.kyori:adventure-text-minimessage:4.18.0" | ||||
| 
 | ||||
|     implementation project(":api") | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue