We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e78001 + 8ffb57a commit ab67df3Copy full SHA for ab67df3
.github/workflows/coveralls.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up JDK
12
uses: actions/setup-java@v3
13
with:
14
- java-version: 17
+ java-version: 21
15
distribution: zulu
16
- name: Report Coverage to Coveralls for Pull Requests
17
if: github.event_name == 'pull_request'
pom.xml
@@ -124,9 +124,9 @@
124
</ciManagement>
125
<distributionManagement>
126
<site>
127
- <id>gh-pages</id>
+ <id>gh-pages-scm</id>
128
<name>Mybatis GitHub Pages</name>
129
- <url>git:ssh://[email protected]/mybatis/mybatis-3.git?gh-pages#</url>
+ <url>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</url>
130
</site>
131
</distributionManagement>
132
0 commit comments