Skip to content

Commit 3ed0316

Browse files
committed
Mark the vert.x event bus bridge - java example as non polyglot.
1 parent 5b6be35 commit 3ed0316

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web-examples/codetrans-config.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@
4848
"package": "io.vertx.example.web.realtime"
4949
},
5050

51+
{
52+
"package": "io.vertx.example.web.vertxbus.java"
53+
},
54+
5155
// Rest, JS only
5256
{
5357
"package": "io.vertx.example.web.rest",
5458
"langs": ["js"]
5559
}
5660

5761
]
58-
}
62+
}

0 commit comments

Comments
 (0)