Skip to content

Commit 686de4f

Browse files
Setup Jitpack configuration
1 parent 4485214 commit 686de4f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
plugins {
22
id 'java'
3-
id "io.freefair.lombok" version "8.1.0"
3+
id 'idea'
44
id "maven-publish"
5+
id "io.freefair.lombok" version "8.1.0"
56
}
67

78
group = 'sh.casey.ankiconnect'
8-
version = '0.0.1-SNAPSHOT'
9+
version project.hasProperty('version') ? version : '0.0.1'
910

1011
repositories {
1112
mavenCentral()

jitpack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jdk:
2+
- openjdk8
3+
install:
4+
- ./gradlew -Pversion=${VERSION} publishToMavenLocal

0 commit comments

Comments
 (0)