mirror of
https://github.com/noviceli/jetbra
synced 2025-02-26 22:31:31 +03:00
refactor agent
This commit is contained in:
parent
82dfca233c
commit
e0a4daa14e
19 changed files with 101 additions and 65 deletions
|
@ -41,5 +41,9 @@
|
|||
<source>${project.parent.basedir}/jetbra-agent/target/jetbra-agent.jar</source>
|
||||
<destName>jetbra-agent.jar</destName>
|
||||
</file>
|
||||
<file>
|
||||
<source>${project.parent.basedir}/block_url_keywords</source>
|
||||
<destName>block_url_keywords</destName>
|
||||
</file>
|
||||
</files>
|
||||
</assembly>
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
<artifactId>jetbra-dist</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<build>
|
||||
|
|
Loading…
Add table
Reference in a new issue