File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 </scm >
3838
3939 <properties >
40+ <maven .deploy.skip>true</maven .deploy.skip>
4041 <maven .compiler.source>8</maven .compiler.source>
4142 <maven .compiler.target>8</maven .compiler.target>
4243 <okhttp-version >4.12.0</okhttp-version >
150151
151152 <build >
152153 <plugins >
153- <plugin >
154- <groupId >org.apache.maven.plugins</groupId >
155- <artifactId >maven-deploy-plugin</artifactId >
156- <version >3.1.2</version >
157- <configuration >
158- <skip >true</skip >
159- </configuration >
160- </plugin >
161154 <plugin >
162155 <groupId >org.apache.maven.plugins</groupId >
163156 <artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 1818 <maven .compiler.source>8</maven .compiler.source>
1919 <maven .compiler.target>8</maven .compiler.target>
2020 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21+ <maven .deploy.skip>false</maven .deploy.skip>
2122 </properties >
2223
2324
25+
2426 <dependencies >
2527 <dependency >
2628 <groupId >com.skyflow</groupId >
You can’t perform that action at this time.
0 commit comments