mirror of
https://github.com/hmalik144/Automation---ReedJobApplications.git
synced 2025-12-10 03:05:30 +00:00
Added excel file upon completion
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -75,6 +75,12 @@
|
||||
<artifactId>kotlinx-coroutines-core</artifactId>
|
||||
<version>1.3.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-reflect</artifactId>
|
||||
<version>1.3.61</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
@@ -119,6 +125,8 @@
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<classpathPrefix>lib/</classpathPrefix>
|
||||
<mainClass>Main</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
|
||||
Reference in New Issue
Block a user