File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11arrow
2+ background
23cell_element
34cell_type
45compound
56human_tissue
67protein
78receptor
9+ therapeutic
810transporter
Original file line number Diff line number Diff line change 127127 </resources >
128128 <plugins >
129129 <!-- Generate jar with dependencies -->
130+ <plugin >
131+ <groupId >org.apache.maven.plugins</groupId >
132+ <artifactId >maven-checkstyle-plugin</artifactId >
133+ <version >3.1.1</version >
134+ <dependencies >
135+ <!-- This dependency allows Checkstyle to understand Java 11 syntax -->
136+ <dependency >
137+ <groupId >com.puppycrawl.tools</groupId >
138+ <artifactId >checkstyle</artifactId >
139+ <version >8.44</version >
140+ </dependency >
141+ </dependencies >
142+ <executions >
143+ <execution >
144+ <id >checkstyle-check</id >
145+ <goals >
146+ <goal >check</goal >
147+ </goals >
148+ </execution >
149+ </executions >
150+ <configuration >
151+ <configLocation >checkstyle.xml</configLocation >
152+ <!-- Optional: Set encoding -->
153+ <encoding >UTF-8</encoding >
154+ </configuration >
155+ </plugin >
130156 <plugin >
131157 <artifactId >maven-assembly-plugin</artifactId >
132158 <version >2.6</version >
You can’t perform that action at this time.
0 commit comments