Rewrite plugin, use filenames in lockfile

This commit is contained in:
Tad Fisher
2024-05-17 14:52:02 -07:00
parent e83e42f9d4
commit 8d2ec45ad4
144 changed files with 8679 additions and 7507 deletions

View File

@@ -0,0 +1,20 @@
plugins {
java
}
repositories {
ivy {
url = uri("https://asset.opendof.org")
patternLayout {
ivy("ivy2/[organisation]/[module]/[revision]/ivy(.[platform]).xml")
artifact("artifact/[organisation]/[module]/[revision](/[platform])(/[type]s)/[artifact]-[revision](-[classifier]).[ext]")
}
}
}
dependencies {
dependencies {
implementation("org.opendof.core-java:dof-cipher-sms4:1.0")
}
}