Skip to content

Commit

Permalink
Feature/realtimeintercept (#54)
Browse files Browse the repository at this point in the history
Realtime intercept editor & UI improvements
  • Loading branch information
ozzi- committed Nov 26, 2021
1 parent 9557f3a commit b6b1fdc
Show file tree
Hide file tree
Showing 29 changed files with 2,363 additions and 2,067 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -59,11 +59,9 @@
</dependency>
</dependencies>
<build>

<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
<finalName>${project.name}</finalName>

<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -74,6 +72,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b6b1fdc

Please sign in to comment.