Initial commit: basic project structure
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
// see https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||
}
|
||||
|
||||
rootProject.name = "matrix"
|
||||
Reference in New Issue
Block a user