Read-only mirror of https://github.com/sfa-siard/EnterUtilities — Schweizerisches Bundesarchiv. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-24 15:48:49 +01:00
.github/workflows chore: migrate to Java 17 2025-08-26 11:06:48 +02:00
doc/licenses Refactor: improve release process (#9) 2024-06-12 14:28:59 +02:00
etc Migrate from Ant to Gradle (#3) 2024-04-26 22:49:23 +02:00
gradle/wrapper chore: lifecycle dependencies 2025-09-22 13:29:31 +02:00
src feat: allow double dash options 2025-09-28 19:01:29 +02:00
.gitattributes build: introduce gradle. use dependencies from maven central and create manifest file in build script 2021-12-20 17:12:00 +01:00
.gitignore chore: cleanup .gitignore 2022-01-20 13:35:35 +01:00
build.gradle.kts chore: lifecycle dependencies 2025-09-22 13:29:31 +02:00
gradlew chore: lifecycle dependencies 2025-09-22 13:29:31 +02:00
gradlew.bat chore: lifecycle dependencies 2025-09-22 13:29:31 +02:00
LICENSE.txt initial public version 2018-04-05 09:35:39 +02:00
README.md Update README.md 2026-03-24 15:48:49 +01:00
settings.gradle chore: migrate to Java 17 2025-08-26 11:06:48 +02:00

⚠️ ARCHIVED REPOSITORY
This repository is archived and no longer maintained. All development has moved to the new monorepo:
https://github.com/sfa-siard/siard-suite

Please create any issues or pull requests in the new monorepo, which now contains all submodules including this one.

EnterUtils - SIARD 2.2 Enter Utilities

This package contains utility classes used by the SIARD Suite.

Getting started (for developers)

For building the binaries, Java JDK 17 must be installed.

Run all tests

./gradlew check

Build the project

./gradlew clean build

Versioning, tags, and releases

Versions and tags are managed with the Axion Release Plugin for Gradle.

Short overview:

./gradlew currentVersion  # Shows the current version

./gradlew release         # Creates a new release, adds a tag, and pushes it to remote

Documentation

Declaration

Contributions to the codebase have been made with the support of Windsurf. Windsurf is AI-powered code completion tool, that is trained exclusively on natural language and source code data with permissive licenses.