Skip to content

Commit

Permalink
build: Add local Maven repo for colorkt testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Sep 26, 2021
1 parent abdc493 commit f03641e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildscript {

allprojects {
repositories {
mavenLocal()
mavenCentral()
google()
maven("https://jitpack.io")
Expand Down

0 comments on commit f03641e

Please sign in to comment.