Skip to content

Commit aaac554

Browse files
Merge pull request #47 from dynamiatools/26.2.x
First 2026 release
2 parents d13312d + 279e4c0 commit aaac554

1,954 files changed

Lines changed: 143654 additions & 5466 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up JDK 17
20+
- name: Set up JDK 25
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: 21
23+
java-version: 25
2424
architecture: x64
2525
distribution: temurin
2626
cache: maven

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up JDK 21
18+
- name: Set up JDK 25
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: 21
21+
java-version: 25
2222
architecture: x64
2323
distribution: temurin
2424
cache: maven

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,23 @@ nbactions.xml
1313
.idea/
1414
*.versionsBackup
1515
nb-configuration.xml
16+
17+
# Node, vite and vue specific ignores
18+
node_modules/
19+
dist/
20+
.vite/
21+
.env
22+
.env.local
23+
.env.*.local
24+
npm-debug.log*
25+
yarn-debug.log*
26+
yarn-error.log*
27+
pnpm-debug.log*
28+
.vscode/
29+
.DS_Store
30+
*.tgz
31+
coverage/
32+
.cache/
33+
*.local
34+
*.tsbuildinfo
35+
.vs/

0 commit comments

Comments
 (0)