From 0eb31e5e26a43c71558675446ec95137e9523313 Mon Sep 17 00:00:00 2001 From: shankarraj9559-arch Date: Tue, 30 Sep 2025 12:56:04 +0530 Subject: [PATCH 1/5] Create maven.yml --- .github/workflows/maven.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 000000000..c6bb03654 --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,35 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Java CI with Maven + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn -B package --file pom.xml + + # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive + - name: Update dependency graph + uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 From 4c6a723dcc73e989d38c9526a4a7788c0d22f278 Mon Sep 17 00:00:00 2001 From: shankarraj9559-arch Date: Sun, 5 Oct 2025 19:56:35 +0530 Subject: [PATCH 2/5] Create database --- database | 1 + 1 file changed, 1 insertion(+) create mode 100644 database diff --git a/database b/database new file mode 100644 index 000000000..aa0d57e89 --- /dev/null +++ b/database @@ -0,0 +1 @@ +database From 5262e5477db8a14572812a78bd8ed2ae544f4220 Mon Sep 17 00:00:00 2001 From: shankarraj9559-arch Date: Sun, 5 Oct 2025 19:59:58 +0530 Subject: [PATCH 3/5] Delete database --- database | 1 - 1 file changed, 1 deletion(-) delete mode 100644 database diff --git a/database b/database deleted file mode 100644 index aa0d57e89..000000000 --- a/database +++ /dev/null @@ -1 +0,0 @@ -database From 4063edcdb2376d597c60b6377e886ad91a8f93e0 Mon Sep 17 00:00:00 2001 From: shankarraj9559-arch Date: Sun, 5 Oct 2025 23:56:07 +0530 Subject: [PATCH 4/5] Create nott --- nott | 1 + 1 file changed, 1 insertion(+) create mode 100644 nott diff --git a/nott b/nott new file mode 100644 index 000000000..9f39d9ba2 --- /dev/null +++ b/nott @@ -0,0 +1 @@ + nott From c52e3b71ee70363d70a0f1561731a9a2bb0aa549 Mon Sep 17 00:00:00 2001 From: shankarraj9559-arch Date: Sun, 5 Oct 2025 23:58:44 +0530 Subject: [PATCH 5/5] Delete nott --- nott | 1 - 1 file changed, 1 deletion(-) delete mode 100644 nott diff --git a/nott b/nott deleted file mode 100644 index 9f39d9ba2..000000000 --- a/nott +++ /dev/null @@ -1 +0,0 @@ - nott