mirror of
				https://github.com/irmen/prog8.git
				synced 2025-11-03 19:16:13 +00:00 
			
		
		
		
	upgrade to JDK 17 for the build process (required by Gradle 9)
This commit is contained in:
		@@ -381,8 +381,9 @@ Fix it by adding an ``%import floats``.
 | 
			
		||||
Gradle error when building the compiler yourself
 | 
			
		||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | 
			
		||||
If you get a gradle build error containing the line "No matching toolchains found for requested specification"
 | 
			
		||||
somewhere, it means that the Gradle build tool can't locate the correct version of the JDK to use.
 | 
			
		||||
You will need a JDK for Java version 11 or higher to build the compiler.
 | 
			
		||||
or "Gradle requires JVM 17 or later to run", it means that the Gradle build tool can't locate the correct version of the JDK to use.
 | 
			
		||||
You will need a Java JDK version 17 or higher to build the compiler.
 | 
			
		||||
(the compiler itself only needs Java 11 or higher to run though.)
 | 
			
		||||
 | 
			
		||||
Strange assembler errors
 | 
			
		||||
^^^^^^^^^^^^^^^^^^^^^^^^
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user