Skip to content

Commit

Permalink
update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored May 31, 2023
1 parent 29b7a71 commit 32a9b85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "maven:3-eclipse-temurin-17",
"postAttachCommand": "chmod u+x install.sh; ./install.sh; mvn compile",
"postAttachCommand": "./install.sh; mvn compile",
"shutdownAction": "stopContainer",
"customizations": {
"vscode": {
Expand Down
1 change: 0 additions & 1 deletion protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ echo ""
echo "⚠️ Make sure to include required options in proto file"
echo ""

# import "gtfs-realtime.proto";
# option java_package = "dev.katsute.onemta";
# option java_outer_classname = "GTFSRealtimeProto";
# option optimize_for = CODE_SIZE;
Expand Down

0 comments on commit 32a9b85

Please sign in to comment.