Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 511955a

Browse files
authoredMar 8, 2025··
Merge branch 'main' into feature/support-editing-serdes
2 parents 123d071 + 7e09ef1 commit 511955a

Some content is hidden

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

65 files changed

+1266
-357
lines changed
 

‎.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"features": {
77
"ghcr.io/devcontainers/features/java:1": {
88
"version": "none",
9-
"installMaven": "true",
10-
"installGradle": "false"
9+
"installMaven": "false",
10+
"installGradle": "true"
1111
},
1212
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
1313
},

‎.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33

44
# BACKEND
5-
/pom.xml @kafbat/backend
5+
/build.gradle @kafbat/backend
6+
/gradle.properties @kafbat/backend
7+
/settings.gradle @kafbat/backend
8+
/gradle/ @kafbat/backend
69
/contract/ @kafbat/backend
710
/api/ @kafbat/backend
811
/serde-api/ @kafbat/backend

0 commit comments

Comments
 (0)
Please sign in to comment.