Skip to content

Commit d68609b

Browse files
committed
code added
1 parent 8b1ae3f commit d68609b

File tree

18 files changed

+34
-1
lines changed

18 files changed

+34
-1
lines changed

heapdump/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<artifactId>oomegen</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<name>oomegen</name>
9+
<properties>
10+
<maven.compiler.source>11</maven.compiler.source>
11+
<maven.compiler.target>11</maven.compiler.target>
12+
</properties>
913

1014
<build>
1115
<plugins>
@@ -14,7 +18,7 @@
1418
<configuration>
1519
<archive>
1620
<manifest>
17-
<mainClass>com.inventory.gui.InventoryApp</mainClass>
21+
<mainClass>io.pratik.OOMGenerator</mainClass>
1822
</manifest>
1923
</archive>
2024
<descriptorRefs>

heapdump/src/.DS_Store

6 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Manifest-Version: 1.0
2+
Premain-Class: io.pratik.JavaAgent
1.31 KB
Binary file not shown.
769 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.
2.09 KB
Binary file not shown.
1.03 KB
Binary file not shown.
682 Bytes
Binary file not shown.
857 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)