File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 55 <map />
66 </option >
77 </component >
8- <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8 " >
8+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_11 " >
99 <output url =" file://$MODULE_DIR$/target/classes" />
1010 <output-test url =" file://$MODULE_DIR$/target/test-classes" />
1111 <content url =" file://$MODULE_DIR$" >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.sbaars</groupId >
8- <artifactId >adventofcode2019 </artifactId >
9- <version >0.0.1-SNAPSHOT </version >
8+ <artifactId >adventofcode </artifactId >
9+ <version >1.0 </version >
1010 <build >
1111 <plugins >
1212 <plugin >
2121 </build >
2222 <packaging >jar</packaging >
2323
24- <name >adventofcode2019 </name >
24+ <name >adventofcode </name >
2525 <url >http://maven.apache.org</url >
2626
27- <properties >
28- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
29- <maven .compiler.release>8</maven .compiler.release>
30- <maven .compiler.target>11</maven .compiler.target>
31- <maven .compiler.source>11</maven .compiler.source>
32- </properties >
33-
3427 <dependencies >
3528 <dependency >
3629 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments