mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Rewrite plugin, use filenames in lockfile
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://plugins.gradle.org/m2/'
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'gradle.plugin.net.vivin:gradle-semantic-build-versioning:4.0.0'
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "settings-buildscript"
|
||||
|
||||
//apply plugin: 'net.vivin.gradle-semantic-build-versioning'
|
||||
Reference in New Issue
Block a user