chore: switch to Java 11
[demos/example-siren] / provider / build.gradle
index f617265..6e73ef7 100644 (file)
@@ -6,7 +6,7 @@ plugins {
 
 group = 'io.pactflow.example'
 version = '0.0.1-SNAPSHOT'
-sourceCompatibility = '14'
+sourceCompatibility = '11'
 
 repositories {
        mavenCentral()