We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c640b7 commit a8b2021Copy full SHA for a8b2021
console/java-bash-run/pom.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
+
5
+ <modelVersion>4.0.0</modelVersion>
6
7
+ <groupId>utility</groupId>
8
+ <artifactId>java-bash-run</artifactId>
9
+ <version>1.0</version>
10
11
+ <properties>
12
+ <maven.compiler.source>8</maven.compiler.source>
13
+ <maven.compiler.target>8</maven.compiler.target>
14
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
+ </properties>
16
17
+</project>
0 commit comments