mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 23:49:09 -04:00
Prepare workflows
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user