Skip to content

Commit 3905f24

Browse files
committed
Update repo files using repoman
1 parent 893d113 commit 3905f24

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ rootProjectConvention {
1212
// Add `publishAll` and `publish` tasks that delegate to the subprojects and included builds.
1313
registerPublishTasks.set(true)
1414
}
15-
1615
allprojects {
1716
apply(plugin = "org.metaborg.gitonium")
1817

repo.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ files:
2020
githubWorkflows:
2121
publishRelease: true
2222
publishSnapshot: true
23+
gradleRootProject:
24+
update: true
25+
createPublishTasks: true
26+
rootProjectName: "metaborg-git-project"
27+
includedProjects:
28+
- name: "git"
29+
path: "git-library/"

settings.gradle.kts

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ plugins {
1717
}
1818

1919
rootProject.name = "metaborg-git-project"
20-
21-
include(":git-library")
22-
project(":git-library").name = "git"
20+
include(":git")
21+
project(":git").projectDir = file("git-library/")

0 commit comments

Comments
 (0)