Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
decdbe2
chore: upgrade maven wrapper to `3.9.7` 🪶
oldratlee Dec 13, 2023
73f2783
chore(deps): upgrade dependencies/plugins 🛠️
dependabot[bot] Nov 20, 2022
dc9fd98
chore(deps): bump org.apache.maven.plugins:maven-jar-plugin (#116)
dependabot[bot] Jun 20, 2024
3621c39
chore(deps): bump org.apache.maven.plugins:maven-clean-plugin (#117)
dependabot[bot] Jun 20, 2024
7fe6711
chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin (#…
dependabot[bot] Jun 24, 2024
53b491e
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#119)
dependabot[bot] Jul 11, 2024
d2069a5
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#120)
dependabot[bot] Jul 22, 2024
23b4fc9
chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#121)
dependabot[bot] Aug 12, 2024
7c1dc9f
chore(deps): bump org.apache.maven.plugins:maven-site-plugin (#122)
dependabot[bot] Aug 19, 2024
af27a2b
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#123)
dependabot[bot] Aug 19, 2024
93b7100
chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin (#124)
dependabot[bot] Aug 20, 2024
02e82e8
chore(deps): bump org.apache.maven.plugins:maven-install-plugin (#125)
dependabot[bot] Aug 20, 2024
e57db7b
chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin (#…
dependabot[bot] Aug 22, 2024
9a04dd9
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#127)
dependabot[bot] Aug 28, 2024
905484f
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#128)
dependabot[bot] Aug 28, 2024
c6f7c1b
chore(deps): bump log4j2.version from 2.23.1 to 2.24.0 (#129)
dependabot[bot] Sep 9, 2024
24cc12f
chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#130)
dependabot[bot] Sep 17, 2024
8fd1010
chore(deps-dev): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.0
dependabot[bot] Sep 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
- run: scripts/integration_test
# https://github.com/marketplace/actions/codecov
- run: ./mvnw -V --no-transfer-progress -P gen-code-cov clean package
- uses: codecov/codecov-action@v3
with:
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# https://remarkablemark.org/blog/2017/10/12/check-git-dirty/
- name: Check git dirty
run: |
git status --short
[ -z "$(git status --short)" ]
117 changes: 0 additions & 117 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
21 changes: 19 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
Loading
Loading