Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
2d63b147
Commit
2d63b147
authored
2 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
add download plugin
parent
16a4775a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!648
Production Release | nshmp-haz
,
!647
Default nshm for Web Service
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+3
-5
3 additions, 5 deletions
build.gradle
gradle.properties
+1
-0
1 addition, 0 deletions
gradle.properties
with
4 additions
and
5 deletions
build.gradle
+
3
−
5
View file @
2d63b147
...
@@ -6,6 +6,7 @@ plugins {
...
@@ -6,6 +6,7 @@ plugins {
id
"com.github.spotbugs"
version
"${spotbugsVersion}"
id
"com.github.spotbugs"
version
"${spotbugsVersion}"
id
"com.palantir.git-version"
version
"${gitVersionVersion}"
apply
false
id
"com.palantir.git-version"
version
"${gitVersionVersion}"
apply
false
id
"com.star-zero.gradle.githook"
version
"${githooksVersion}"
id
"com.star-zero.gradle.githook"
version
"${githooksVersion}"
id
"de.undercouch.download"
version
"${downloadVersion}"
id
"eclipse-wtp"
id
"eclipse-wtp"
id
"jacoco"
id
"jacoco"
id
"maven-publish"
id
"maven-publish"
...
@@ -17,6 +18,7 @@ apply from: "${projectDir}/gradle/ext.gradle"
...
@@ -17,6 +18,7 @@ apply from: "${projectDir}/gradle/ext.gradle"
apply
from:
"${projectDir}/gradle/jar.gradle"
apply
from:
"${projectDir}/gradle/jar.gradle"
apply
from:
"${projectDir}/gradle/git-hooks.gradle"
apply
from:
"${projectDir}/gradle/git-hooks.gradle"
apply
from:
"${projectDir}/gradle/node.gradle"
apply
from:
"${projectDir}/gradle/node.gradle"
apply
from:
"${projectDir}/gradle/nshm.gradle"
apply
from:
"${projectDir}/gradle/repositories.gradle"
apply
from:
"${projectDir}/gradle/repositories.gradle"
apply
from:
"${projectDir}/gradle/spotbugs.gradle"
apply
from:
"${projectDir}/gradle/spotbugs.gradle"
apply
from:
"${projectDir}/gradle/spotless.gradle"
apply
from:
"${projectDir}/gradle/spotless.gradle"
...
@@ -52,6 +54,7 @@ tasks.withType(JavaCompile) {
...
@@ -52,6 +54,7 @@ tasks.withType(JavaCompile) {
}
}
tasks
.
withType
(
JavaExec
)
{
tasks
.
withType
(
JavaExec
)
{
dependsOn
downloadNshms
jvmArgs
(
jvmArgs
(
'-noverify'
,
'-noverify'
,
'-Xms2g'
,
'-Xms2g'
,
...
@@ -71,11 +74,6 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
...
@@ -71,11 +74,6 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
}
}
}
}
task
libsClean
(
type:
Delete
)
{
delete
libsDir
}
clean
.
dependsOn
libsClean
test
{
test
{
useJUnitPlatform
()
useJUnitPlatform
()
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
+
1
−
0
View file @
2d63b147
...
@@ -2,6 +2,7 @@ awsEc2Version = 1.11.619
...
@@ -2,6 +2,7 @@ awsEc2Version = 1.11.619
awsLambdaCoreVersion
=
1.1.0
awsLambdaCoreVersion
=
1.1.0
awsLambdaVersion
=
1.11.461
awsLambdaVersion
=
1.11.461
awsS3Version
=
1.11.579
awsS3Version
=
1.11.579
downloadVersion
=
5.1.0
githooksVersion
=
1.2.0
githooksVersion
=
1.2.0
gitVersionVersion
=
0.15.0
gitVersionVersion
=
0.15.0
jacksonVersion
=
2.9.0
jacksonVersion
=
2.9.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment