File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >io.soabase.record-builder</groupId >
43
43
<artifactId >record-builder-processor</artifactId >
44
- <version >48 </version >
44
+ <version >${record.builder.version} </version >
45
45
<scope >provided</scope >
46
46
</dependency >
47
47
</dependencies >
62
62
<sourcepath >src/main/java;target/generated-sources/annotations</sourcepath >
63
63
</configuration >
64
64
</plugin >
65
+ <plugin >
66
+ <groupId >org.apache.maven.plugins</groupId >
67
+ <artifactId >maven-compiler-plugin</artifactId >
68
+ <version >3.14.0</version >
69
+ <configuration >
70
+ <annotationProcessorPaths >
71
+ <path >
72
+ <groupId >io.soabase.record-builder</groupId >
73
+ <artifactId >record-builder-processor</artifactId >
74
+ <version >${record.builder.version} </version >
75
+ </path >
76
+ </annotationProcessorPaths >
77
+ </configuration >
78
+ </plugin >
65
79
</plugins >
66
80
</build >
67
81
</project >
Original file line number Diff line number Diff line change 83
83
<eclipse .core.version>3.23.0</eclipse .core.version>
84
84
<emfatic .version>1.1.0</emfatic .version>
85
85
<mockito .version>5.19.0</mockito .version>
86
+ <record .builder.version>48</record .builder.version>
86
87
<!-- ensure that this variable is initialized, even if it is empty -->
87
88
<argLine />
88
89
You can’t perform that action at this time.
0 commit comments