Prepare workflows

This commit is contained in:
Christopher Schnick
2022-03-10 19:38:57 +01:00
parent 4ba3687dc8
commit 770d7be208
12 changed files with 114 additions and 3 deletions

View File

@@ -12,6 +12,11 @@ repositories {
mavenCentral()
}
// The used X-Pipe API version.
// In your case, you have to fix this value to the target API version,
// which you can find at https://search.maven.org/artifact/io.xpipe/api/
def apiVersion = file('../../version').text
dependencies {
implementation project(':core')
implementation project(':api')