This commit is contained in:
Looly 2023-05-04 17:19:43 +08:00
parent 06da285f6e
commit 3b327ec7c3
8 changed files with 3 additions and 2 deletions

0
bin/cobertura.sh Normal file → Executable file
View File

0
bin/fast_install.sh Normal file → Executable file
View File

View File

@ -12,4 +12,4 @@
# See the Mulan PSL v2 for more details.
#
exec mvn clean source:jar javadoc:javadoc install -Dmaven.test.skip=false -Dmaven.javadoc.skip=false
exec mvn clean source:jar javadoc:javadoc install -Dmaven.test.skip=false -Dmaven.javadoc.skip=false -Dmaven.compile.fork=true

0
bin/package.sh Normal file → Executable file
View File

0
bin/simple_install.sh Normal file → Executable file
View File

0
bin/version.txt Executable file → Normal file
View File

View File

@ -17,6 +17,7 @@ import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
public class JsonToBeanTest {
@Test
void toBeanTest() {
final String jsonStr = "{\"code\": \"201\", \"status\": \"ok\"}";

View File

@ -167,7 +167,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>${compile.version}</source>
<target>${compile.version}</target>