FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github-actions/java/build.gradle at master · DevSecOpsSamples/github-actions · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DevSecOpsSamples
/
github-actions
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
github-actions
/
java
/
build.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 570 Bytes
Breadcrumbs
github-actions
/
java
/
build.gradle
Copy path
File metadata and controls
26 lines (23 loc) · 570 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
plugins
{
id
'
org.springframework.boot
'
version
'
2.2.1.RELEASE
'
id
'
io.spring.dependency-management
'
version
'
1.0.8.RELEASE
'
id
'
java
'
id
'
base
'
}
sourceCompatibility
=
'
1.8
'
archivesBaseName
=
'
app
'
repositories
{
mavenCentral()
}
dependencies
{
implementation
'
org.springframework.boot:spring-boot-starter-web
'
testImplementation(
'
org.springframework.boot:spring-boot-starter-test
'
) {
exclude
group
:
'
org.junit.vintage
'
,
module
:
'
junit-vintage-engine
'
}
}
springBoot
{
mainClassName
=
'
com.sample.SampleApplication.java
'
}
test
{
useJUnitPlatform()
}
Back
|
FazBrowse Home
|
New Git URL