Skip to content

Commit

Permalink
Add local maven support to comm-annotation-processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdleitner committed Mar 18, 2017
1 parent da12f2d commit c7d3ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ group 'com.bdl'
version '1.0-SNAPSHOT'

repositories {
mavenLocal()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}

apply plugin: 'maven'
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'net.ltgt.apt'
Expand Down

0 comments on commit c7d3ee2

Please sign in to comment.