Skip to content

Commit

Permalink
Merge pull request #678 from kusumotolab/use-jitpack
Browse files Browse the repository at this point in the history
JitPackを使うようにbuild.gradleを変更
  • Loading branch information
mtj0928 authored Nov 8, 2019
2 parents ba8cfc0 + 67b51f4 commit 30a0205
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ apply plugin: 'idea'
// Apply JaCoCo plugin to measure KGP's coverage but not to calculate fault localization metric
apply plugin: 'jacoco'

// Apply Maven plugin to use JitPack
apply plugin: 'maven'

// Set compiler version
sourceCompatibility = '1.11'
targetCompatibility = '1.11'
Expand All @@ -29,6 +32,9 @@ apply plugin: 'nebula.lint'
gradleLint.rules = ['all-dependency'] // include all rules
gradleLint.alwaysRun = false

// Set group to use JitPack
group = 'com.github.kusumotolab'

// In this section you declare where to find the dependencies of your project
repositories {
jcenter()
Expand Down

0 comments on commit 30a0205

Please sign in to comment.