fix: changelog without escape-on; javadoc was not published

This commit is contained in:
2025-07-06 13:21:15 +02:00
parent 02cd2acd6e
commit 4968cc516d
2 changed files with 5 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ jobs:
fi
done
echo "$body" > /tmp/release_notes.md
echo -e "$body" > /tmp/release_notes.md
- name: Create Gitea Release
uses: softprops/action-gh-release@v2

View File

@@ -6,7 +6,7 @@ plugins {
}
group 'org.egothor'
version gitVersion(prefix:'conflux@')
version gitVersion(prefix:'release@')
repositories {
// Use Maven Central for resolving dependencies.
@@ -25,6 +25,9 @@ java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
withJavadocJar()
withSourcesJar()
}
javadoc {