Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pashidlos committed Apr 9, 2020
1 parent 0646869 commit 098285e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ repositories {
maven {
url 'https://dl.bintray.com/americanexpress/maven/'
}
maven { url 'https://jitpack.io' }
}


dependencies {
compile 'io.aexp.nodes.graphql:nodes:0.5.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation 'com.github.User:Repo:Tag'
}

buildscript {
Expand Down
2 changes: 2 additions & 0 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file is generated by the 'io.freefair.lombok' Gradle plugin
config.stopBubbling = true

0 comments on commit 098285e

Please sign in to comment.