Commit c0c6a4dc authored by jashaikh's avatar jashaikh

Added JDK 11 and SonarQube

parent c61fc683
plugins {
id 'java'
id 'org.sonarqube' version '2.8'
}
group 'com.example'
version '1.0-SNAPSHOT'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
sourceCompatibility = '11'
targetCompatibility = '11'
repositories {
mavenLocal()
......
rootProject.name = 'javaazureappconfig'
rootProject.name = 'javaazureappconfig'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment