Skip to content

Commit

Permalink
8.2.3
Browse files Browse the repository at this point in the history
- Moved away from gradle, now using 1JPM: https://github.com/Osiris-Team/1JPM
- This also fixes the JNA issues and stat related issues that were happening due to Gradle not enforcing the versions of transitive dependencies.
  • Loading branch information
Osiris-Team committed Jul 25, 2024
1 parent 967636d commit 0a52df2
Show file tree
Hide file tree
Showing 20 changed files with 1,433 additions and 661 deletions.
16 changes: 1 addition & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
**/AP-TEST-SERVER/
/autoplug
/test
.gradle
**/build/
!src/**/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties

# Cache of project
.gradletasknamecache
/target/

# IDEA
**/.idea/
Expand Down
Binary file added .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 1 addition & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
25 changes: 0 additions & 25 deletions .run/AutoPlug-Client [build shadowJar -x test].run.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .run/build-run-jar.run.xml

This file was deleted.

17 changes: 17 additions & 0 deletions .run/build.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="build" type="ShConfigurationType">
<option name="SCRIPT_TEXT" value="java ./src/main/java/JPM.java andRun" />
<option name="INDEPENDENT_SCRIPT_PATH" value="false" />
<option name="SCRIPT_PATH" value="$PROJECT_DIR$/build.bat" />
<option name="SCRIPT_OPTIONS" value="" />
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
<option name="INTERPRETER_PATH" value="powershell.exe" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="EXECUTE_IN_TERMINAL" value="true" />
<option name="EXECUTE_SCRIPT_FILE" value="false" />
<envs />
<method v="2" />
</configuration>
</component>
32 changes: 0 additions & 32 deletions .run/gradle-build-example.run.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .run/run-jar.run.xml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ By commiting to an issue with the bounty tag you agree to these terms.
Details:

- Written in [Java](https://java.com/), with [JDK 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html), inside of [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- Built with [Gradle](https://gradle.org/), command: `./gradlew build shadowJar` (Linux and UNIX systems) or `.\gradlew.bat build shadowJar` (Windows systems) from project root directory to create the `./AP-TEST-SERVER/AutoPlug-Client.jar`
- Built with [1JPM](https://github.com/Osiris-Team/1JPM), command: `java ./src/main/java/JPM.java`
(if you want to directly run it too append `andRun` at the end).

## Libraries

Expand Down
158 changes: 0 additions & 158 deletions build.gradle

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
15 changes: 0 additions & 15 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit 0a52df2

Please sign in to comment.