Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
javaazureappconfig
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jalaluddin Shaikh
javaazureappconfig
Commits
c0c6a4dc
Commit
c0c6a4dc
authored
May 19, 2020
by
jashaikh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added JDK 11 and SonarQube
parent
c61fc683
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
build.gradle
build.gradle
+3
-2
settings.gradle
settings.gradle
+1
-2
No files found.
build.gradle
View file @
c0c6a4dc
plugins
{
id
'java'
id
'org.sonarqube'
version
'2.8'
}
group
'com.example'
version
'1.0-SNAPSHOT'
sourceCompatibility
=
'1
.8
'
targetCompatibility
=
'1
.8
'
sourceCompatibility
=
'1
1
'
targetCompatibility
=
'1
1
'
repositories
{
mavenLocal
()
...
...
settings.gradle
View file @
c0c6a4dc
rootProject
.
name
=
'javaazureappconfig'
rootProject
.
name
=
'javaazureappconfig'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment