File tree Expand file tree Collapse file tree 6 files changed +23222
-22514
lines changed
src/main/java/gauge/messages Expand file tree Collapse file tree 6 files changed +23222
-22514
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "id" : " java" ,
3
- "version" : " 0.10.3 " ,
4
- "description" : " Java support for gauge" ,
5
- "install" : {
6
- "windows" : [],
7
- "linux" : [],
8
- "darwin" : []
9
- },
10
- "run" : {
11
- "windows" : [
12
- " gauge-java" ,
13
- " --start"
14
- ],
15
- "linux" : [
16
- " gauge-java" ,
17
- " --start"
18
- ],
19
- "darwin" : [
20
- " gauge-java" ,
21
- " --start"
22
- ]
23
- },
24
- "init" : {
25
- "windows" : [
26
- " gauge-java" ,
27
- " --init"
28
- ],
29
- "linux" : [
30
- " gauge-java" ,
31
- " --init"
32
- ],
33
- "darwin" : [
34
- " gauge-java" ,
35
- " --init"
36
- ]
37
- },
38
- "lib" : " libs" ,
39
- "multithreaded" : true ,
40
- "gaugeVersionSupport" : {
41
- "minimum" : " 1.0 .7" ,
42
- "maximum" : " "
43
- },
44
- "lspLangId" : " java" ,
45
- "gRPCSupport" : true
2
+ "id" : " java" ,
3
+ "version" : " 0.11.0 " ,
4
+ "description" : " Java support for gauge" ,
5
+ "install" : {
6
+ "windows" : [],
7
+ "linux" : [],
8
+ "darwin" : []
9
+ },
10
+ "run" : {
11
+ "windows" : [
12
+ " gauge-java" ,
13
+ " --start"
14
+ ],
15
+ "linux" : [
16
+ " gauge-java" ,
17
+ " --start"
18
+ ],
19
+ "darwin" : [
20
+ " gauge-java" ,
21
+ " --start"
22
+ ]
23
+ },
24
+ "init" : {
25
+ "windows" : [
26
+ " gauge-java" ,
27
+ " --init"
28
+ ],
29
+ "linux" : [
30
+ " gauge-java" ,
31
+ " --init"
32
+ ],
33
+ "darwin" : [
34
+ " gauge-java" ,
35
+ " --init"
36
+ ]
37
+ },
38
+ "lib" : " libs" ,
39
+ "multithreaded" : true ,
40
+ "gaugeVersionSupport" : {
41
+ "minimum" : " 1.6 .7" ,
42
+ "maximum" : " "
43
+ },
44
+ "lspLangId" : " java" ,
45
+ "gRPCSupport" : true
46
46
}
Original file line number Diff line number Diff line change 52
52
<dependency >
53
53
<groupId >com.google.protobuf</groupId >
54
54
<artifactId >protobuf-java</artifactId >
55
- <version >3.25.3 </version >
55
+ <version >4.27.1 </version >
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >com.google.guava</groupId >
126
126
<version >0.6.1</version >
127
127
<configuration >
128
128
<protocArtifact >
129
- com.google.protobuf:protoc:3.6 .1:exe:${os.detected.classifier}
129
+ com.google.protobuf:protoc:4.27 .1:exe:${os.detected.classifier}
130
130
</protocArtifact >
131
131
<pluginId >grpc-java</pluginId >
132
132
<pluginArtifact >
133
- io.grpc:protoc-gen-grpc-java:1.13.1 :exe:${os.detected.classifier}
133
+ io.grpc:protoc-gen-grpc-java:1.64.0 :exe:${os.detected.classifier}
134
134
</pluginArtifact >
135
135
<protoSourceRoot >gauge-proto</protoSourceRoot >
136
136
</configuration >
302
302
303
303
<properties >
304
304
<maven .build.timestamp.format>yyyy-MM-dd</maven .build.timestamp.format>
305
- <projectVersion >0.10.3 </projectVersion >
305
+ <projectVersion >0.11.0 </projectVersion >
306
306
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
307
307
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
308
308
<java .version>11</java .version>
You can’t perform that action at this time.
0 commit comments