Skip to content

Commit

Permalink
Merge pull request #6 from AI1234567891012/kjjjjjjjjjjjj-patch-3
Browse files Browse the repository at this point in the history
 fixing Java in the app
  • Loading branch information
kjjjjjjjjjjjj authored Feb 6, 2024
2 parents 9d0a941 + 6c82051 commit 9001505
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fixing.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- pom.xml file -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>your.group.id</groupId>
<artifactId>your-artifact-id</artifactId>
<version>1.0.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source> <!-- Set your current Java version -->
<maven.compiler.target>1.8</maven.compiler.target> <!-- Set your current Java version -->
</properties>

<!-- Add other dependencies and configuration as needed -->

</project>

0 comments on commit 9001505

Please sign in to comment.