Skip to content

Commit

Permalink
Merge pull request #5 from ingrammicro-xvantage/tweak-workflow
Browse files Browse the repository at this point in the history
Modified Readme: Added steps to install the package.
  • Loading branch information
im-deviprakash committed Jan 29, 2024
2 parents 4045ee0 + ae54a1d commit 3e8423f
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,13 @@ Add this dependency to your project's POM:
</dependency>
```

### Gradle users
###
If you want to compile it yourself, here's how:

Add this dependency to your project's build file:

```groovy
repositories {
mavenCentral() // Needed if the 'xi.sdk.resellers' jar has been published to maven central.
mavenLocal() // Needed if the 'xi.sdk.resellers' jar has been published to the local maven repo.
}
dependencies {
implementation "xi.sdk.resellers:xi.sdk.resellers:6.0"
}
```shell
git clone [email protected]:ingrammicro-xvantage/xi-sdk-resellers-java
cd xi-sdk-resellers-java
mvn install # Requires maven, download from https://maven.apache.org/download.html
```

### Others
Expand All @@ -71,9 +65,11 @@ mvn clean package

Then manually install the following JARs:

* `target/xi.sdk.resellers-6.0.jar`
* `target/xi.sdk.resellers-1.0.0.jar`
* `target/lib/*.jar`



## Getting Started

Please follow the [installation](#installation) instruction and execute the following Java code:
Expand Down

0 comments on commit 3e8423f

Please sign in to comment.