Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
hogwarts
Gs Spring Boot
Commits
e4321f28
Commit
e4321f28
authored
10 years ago
by
Greg Turnquist
Browse files
Options
Download
Email Patches
Plain Diff
Fix gradle build file to declare proper version of Java
parent
f4b21a21
main
2.1.6.RELEASE
2.1.4.RELEASE
2.1.3.RELEASE
2.0.8.RELEASE
2.0.5.RELEASE
2.0.3.RELEASE
2.0.2.RELEASE
2.0.1.RELEASE
2.0.0.RELEASE
1.5.10.RELEASE
1.5.9.RELEASE
1.5.5.RELEASE
1.5.2.RELEASE
1.5.1.RELEASE
1.4.3.RELEASE
1.4.2.RELEASE
1.4.1.RELEASE
finchley.sr2
edgware.sr2
edgware.release
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
complete/build.gradle
+3
-0
complete/build.gradle
initial/build.gradle
+3
-0
initial/build.gradle
with
6 additions
and
0 deletions
+6
-0
complete/build.gradle
+
3
-
0
View file @
e4321f28
...
...
@@ -21,6 +21,9 @@ repositories {
mavenCentral
()
}
sourceCompatibility
=
1.7
targetCompatibility
=
1.7
dependencies
{
compile
(
"org.springframework.boot:spring-boot-starter-web"
)
// tag::actuator[]
...
...
This diff is collapsed.
Click to expand it.
initial/build.gradle
+
3
-
0
View file @
e4321f28
...
...
@@ -21,6 +21,9 @@ repositories {
mavenCentral
()
}
sourceCompatibility
=
1.7
targetCompatibility
=
1.7
dependencies
{
// tag::jetty[]
compile
(
"org.springframework.boot:spring-boot-starter-web"
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets