Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VersionChecker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
VersionChecker
Commits
622a2897
Verified
Commit
622a2897
authored
2 years ago
by
Griefed
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://git.griefed.de/Griefed/VersionChecker
parents
d20f1c7e
90482f19
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
622a2897
...
...
@@ -105,7 +105,7 @@ Generate Release:
artifacts
:
false
-
job
:
secret_detection
artifacts
:
false
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
4
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
5
script
:
-
npx semantic-release
rules
:
...
...
@@ -155,7 +155,7 @@ Build Release:
Publish Maven Artifacts
:
stage
:
Build Release
image
:
ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.
7
image
:
ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.
8
before_script
:
-
echo "**** Running in $CI_JOB_ID ****"
-
echo "**** Java location ****"
...
...
@@ -175,7 +175,7 @@ Publish Maven Artifacts:
Inform About Release
:
stage
:
Build Release
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
4
image
:
ghcr.io/griefed/gitlab-ci-cd:2.0.
5
needs
:
-
job
:
Build Release
artifacts
:
false
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
622a2897
...
...
@@ -40,7 +40,7 @@ sourceSets {
dependencies
{
implementation
'org.apache.logging.log4j:log4j-core:2.17.1'
implementation
'com.fasterxml.jackson.core:jackson-databind:2.13.
1
'
implementation
'com.fasterxml.jackson.core:jackson-databind:2.13.
2.2
'
implementation
'org.jetbrains:annotations:23.0.0'
...
...
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
622a2897
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.4
.2
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
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