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
51ec9e86
Commit
51ec9e86
authored
3 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
remove build lambda
parent
a853dab5
No related branches found
No related tags found
2 merge requests
!541
Production Release | nshmp-haz | nshmp-haz 2.0 ll Sprint
,
!539
Resolves - Isolate hazard slicer utility
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-23
0 additions, 23 deletions
.gitlab-ci.yml
build.gradle
+0
-1
0 additions, 1 deletion
build.gradle
gradle/tasks.gradle
+0
-16
0 additions, 16 deletions
gradle/tasks.gradle
with
0 additions
and
40 deletions
.gitlab-ci.yml
+
0
−
23
View file @
51ec9e86
...
@@ -62,29 +62,6 @@ Build Image WS:
...
@@ -62,29 +62,6 @@ Build Image WS:
DOCKERFILE
:
ws.Dockerfile
DOCKERFILE
:
ws.Dockerfile
UPSTREAM_PATH
:
ghsc/nshmp/nshmp-haz
UPSTREAM_PATH
:
ghsc/nshmp/nshmp-haz
Build Lambda
:
artifacts
:
expire_in
:
1 yr
paths
:
-
build/libs/nshmp-haz.jar
-
build/libs/nshmp-haz-dependencies.zip
extends
:
-
.gradle
needs
:
-
Init
rules
:
-
changes
:
-
'
src/**'
-
'
*gradle*'
when
:
on_success
-
allow_failure
:
true
when
:
manual
script
:
-
./gradlew assemble
-
./gradlew libs
Build Project
:
Build Project
:
extends
:
extends
:
-
.gradle
-
.gradle
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
0
−
1
View file @
51ec9e86
...
@@ -49,7 +49,6 @@ apply from: "${projectDir}/gradle/ext.gradle"
...
@@ -49,7 +49,6 @@ apply from: "${projectDir}/gradle/ext.gradle"
apply
from:
"${projectDir}/gradle/jar.gradle"
apply
from:
"${projectDir}/gradle/jar.gradle"
apply
from:
"${projectDir}/gradle/javadoc.gradle"
apply
from:
"${projectDir}/gradle/javadoc.gradle"
apply
from:
"${projectDir}/gradle/repositories.gradle"
apply
from:
"${projectDir}/gradle/repositories.gradle"
apply
from:
"${projectDir}/gradle/tasks.gradle"
sourceCompatibility
=
JavaVersion
.
VERSION_11
sourceCompatibility
=
JavaVersion
.
VERSION_11
compileJava
.
options
.
encoding
=
"UTF-8"
compileJava
.
options
.
encoding
=
"UTF-8"
...
...
This diff is collapsed.
Click to expand it.
gradle/tasks.gradle
deleted
100644 → 0
+
0
−
16
View file @
a853dab5
/*
* Create a zip file of all dependencies
*/
task
libs
(
type:
Zip
)
{
archiveBaseName
=
"nshmp-haz-dependencies"
from
{
configurations
.
compileClasspath
.
collect
{
it
}
}
into
(
"java/lib"
)
destinationDirectory
.
value
(
libsDirectory
)
}
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