We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a82398 commit f0edb29Copy full SHA for f0edb29
3 files changed
.gitignore
@@ -1,5 +1,5 @@
1
target/
2
**/*.iml
3
*.iml
4
-.attached_pid*
+.attach_pid*
5
.idea/
README.md
@@ -33,8 +33,8 @@ I think `IllegalArgumentException` is more appropriate exception to best describ
33
For now, you need to build and install it on your machine.
34
35
```bash
36
-$ git clone https://github.com/tomansill/java-validation
37
-$ cd java-validation
+$ git clone https://github.com/tomansill/javavalidation
+$ cd javavalidation
38
$ mvn install
39
```
40
pom.xml
@@ -15,6 +15,7 @@
15
<plugin>
16
<groupId>org.apache.maven.plugins</groupId>
17
<artifactId>maven-compiler-plugin</artifactId>
18
+ <version>3.8.0</version>
19
<configuration>
20
<source>8</source>
21
<target>8</target>
0 commit comments