Skip to content

Newest changes#208

Merged
Schlaumeier5 merged 36 commits into
documentation-improvementsfrom
main
Jul 1, 2026
Merged

Newest changes#208
Schlaumeier5 merged 36 commits into
documentation-improvementsfrom
main

Conversation

@Schlaumeier5

Copy link
Copy Markdown
Member

No description provided.

Schlaumeier5 and others added 30 commits March 31, 2026 16:25
this one is basically meant as a hook for plugins to inject their own templates into pages without completely rewriting the pages
Introduced a few javascript events that will be necessary for the room plugin
Added the GNU General Public License version 3 to the project.
Added a few fundamental logs
Get newest changes from main branch to modularization branch
… (better description of what it does)

Removed unused argument
Comment on lines +9 to +26
name: Release build and publish
runs-on: macOS-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- name: Publish to MavenCentral
run: ./gradlew publishToMavenCentral --no-configuration-cache
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY_CONTENTS }}
@Schlaumeier5
Schlaumeier5 merged commit 7f83b0b into documentation-improvements Jul 1, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants