Skip to content

Commit

Permalink
Refactor/Prepare for Multi-language support.
Browse files Browse the repository at this point in the history
Hopefully we add rust support for vss-server in near
future.
  • Loading branch information
G8XSU committed Sep 30, 2024
1 parent 5f917b0 commit b19733d
Show file tree
Hide file tree
Showing 31 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
java -version
gradle --version
cd java
gradle wrapper --gradle-version 8.1.1
./gradlew --version
./gradlew build
Expand Down
1 change: 1 addition & 0 deletions java/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=vss-server-java
File renamed without changes.
8 changes: 8 additions & 0 deletions app/build.gradle → java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ repositories {
mavenCentral()
}

sourceSets {
main {
proto {
srcDir '../../proto'
}
}
}

idea {
module {
generatedSourceDirs.add(file("build/generated/proto/main"))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b19733d

Please sign in to comment.