Skip to content

Commit

Permalink
jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
itsTyrion committed Nov 23, 2023
1 parent c049c08 commit 47dae45
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![](https://jitpack.io/v/de.itsTyrion/PluginAnnotationProcessor.svg)](https://jitpack.io/#de.itsTyrion/PluginAnnotationProcessor)
# Plugin Annotation Processor


Expand Down Expand Up @@ -57,6 +58,13 @@ public class MyBungeePlugin extends Plugin {
```

## Gradle
#### Add the Jitpack repo if you haven't already:
```groovy
repositories {
// Add your other repositories here
maven { url 'https://jitpack.io' }
}
```
#### For Java sources:
```groovy
dependencies {
Expand Down Expand Up @@ -92,6 +100,13 @@ kapt {
```

## Maven
#### Add the Jitpack repo if you haven't already:
```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```
#### For Java sources:
```xml
<dependency>
Expand Down
5 changes: 1 addition & 4 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.9-zulu
- sdk use java 17.0.9-zulu
- openjdk17

0 comments on commit 47dae45

Please # to comment.