Skip to content

Commit 61cec4a

Browse files
Comment typo
1 parent f88af95 commit 61cec4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ eclipse
2323
}
2424
}
2525

26+
2627
repositories
2728
{
28-
mavenCentral()
29+
mavenCentral()
2930
}
3031

3132

@@ -34,7 +35,7 @@ dependencies
3435
// Spring Boot web starter
3536
implementation("org.springframework.boot:spring-boot-starter-web")
3637

37-
// Don't include Tomcat in the runtime build, but do put it in WEB-INF so it can be run standalone a well as embedded
38+
// Don't include Tomcat in the runtime build, but do put it in WEB-INF so it can be run standalone as well as embedded
3839
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
3940

4041
// CICS TS V5.5 Maven BOM (as of 19th May 2020)

0 commit comments

Comments
 (0)