There are only two places in my pom that say `1.8`...
# getting-started
p
There are only two places in my pom that say `1.8`:
<properties><java.version>1.8</java.version></properties
and in
kotlin-maven-plugin
<jvmTarget>1.8</jvmTarget>
a
Copy code
<configuration>
                    <jvmTarget>1.8</jvmTarget>
                </configuration>
yup it was this
thanks