Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
jitpack configuration for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjosephmj committed Jun 16, 2021
1 parent 9d821d6 commit 59747d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Binary file added aars/raccoon-1.0.2.aar
Binary file not shown.
6 changes: 5 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
jdk:
- openjdk11
- openjdk11

install:
- FILE="-Dfile=aars/raccoon-1.0.2.aar"
- mvn install:install-file $FILE -DgroupId=com.github.iamjosephmj -DartifactId=raccoon -Dversion=1.0.2 -Dpackaging=aar -DgeneratePom=true
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.iamjosephmj</groupId>
<artifactId>Raccoon</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
</project>

0 comments on commit 59747d1

Please sign in to comment.