Skip to content

Commit

Permalink
chore(launcher): Add manual jar
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartram committed Nov 21, 2024
1 parent d069ae0 commit f35cb0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
sort | xargs cat > /tmp/CIRCLECI_CACHE_KEY
- restore_cache:
key: cache-{{ checksum "/tmp/CIRCLECI_CACHE_KEY" }}
- maven/install:
maven_version: '3.8.5'
build_command: mvn -X -Dmaven.repo.remote=https://repo.runelite.net,https://repo.maven.apache.org/maven2, clean package
- maven/with_cache:
steps:
- run: mvn -X -Dmaven.repo.remote=https://repo.runelite.net,https://repo.maven.apache.org/maven2, clean package
- run:
name: Extract Version
command: |
Expand Down
Binary file added archive-patcher-applier-1.2.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
<groupId>net.runelite.archive-patcher</groupId>
<artifactId>archive-patcher-applier</artifactId>
<version>1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/archive-patcher-applier-1.2.jar</systemPath>
</dependency>

<dependency>
Expand Down

0 comments on commit f35cb0c

Please sign in to comment.