Skip to content

Commit

Permalink
Add jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tajakobsen committed Apr 28, 2021
1 parent 16477ea commit 6e4be92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
22 changes: 0 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id 'maven-publish'
id 'com.moowork.node' version '1.3.1'
id 'com.enonic.xp.base' version '2.0.0'
id "com.jfrog.bintray" version "1.8.4"
}

dependencies {
Expand All @@ -14,9 +13,6 @@ repositories {
mavenLocal()
jcenter()
xp.enonicRepo()
maven {
url "http://itemconsulting.bintray.com/public"
}
}

node {
Expand Down Expand Up @@ -76,21 +72,3 @@ publishing {
}
}
}

bintray {
user = "$bintrayUser"
key = "$bintrayApiKey"
publications = ['mavenJava']
configurations = ['archives']
pkg {
repo = 'public'
name = 'no.item.xp.lib-xp-session'
userOrg = 'itemconsulting'
licenses = ['MIT']
vcsUrl = 'https://github.com/ItemConsulting/lib-xp-session.git'
version {
name = project.version
released = new Date()
}
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ vendorUrl = https://item.no
xpVersion = 7.0.0

# Settings for publishing to a Maven repo
group = no.item.xp
group = no.item
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11

0 comments on commit 6e4be92

Please sign in to comment.