Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
trying a different approach to enable jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jun 7, 2021
1 parent 3493f39 commit d05b8b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/grails.commons.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}

group "org.grails.plugins"
group(System.getenv('GROUP') ?: 'org.grails.plugins')

apply plugin:"eclipse"
apply plugin:"idea"
Expand Down
2 changes: 1 addition & 1 deletion gradle/groovy.commons.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group "agorapulse.libs"
group(System.getenv('GROUP') ?: "agorapulse.libs")

apply plugin: "groovy"
apply plugin: "maven-publish"
Expand Down
4 changes: 4 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdk:
- openjdk8
install:
- ./gradlew publishToMavenLocal -Pversion=$VERSION

0 comments on commit d05b8b8

Please sign in to comment.