This commit is contained in:
Christoph Sturm 2019-07-29 15:44:37 +02:00
parent 14f1580c8a
commit 60d5b4ec5a

View file

@ -1,6 +1,6 @@
if(JavaVersion.current() != JavaVersion.VERSION_1_10){
// feel free to delete this if you know what you are doing
throw new GradleException("Tis build must be run with java 10. see docs/build.md")
throw new GradleException("This build must be run with java 10. see docs/build.md")
}
buildscript {
repositories {