mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Update build; improve caching; improve tests
This commit is contained in:
12
fixtures/dependency/snapshot-redirect/groovy/build.gradle
Normal file
12
fixtures/dependency/snapshot-redirect/groovy/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.anuken:packr:-SNAPSHOT'
|
||||
}
|
||||
Reference in New Issue
Block a user