Commit 3905f24 1 parent 893d113 commit 3905f24 Copy full SHA for 3905f24
File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ rootProjectConvention {
12
12
// Add `publishAll` and `publish` tasks that delegate to the subprojects and included builds.
13
13
registerPublishTasks.set(true )
14
14
}
15
-
16
15
allprojects {
17
16
apply (plugin = " org.metaborg.gitonium" )
18
17
Original file line number Diff line number Diff line change @@ -20,3 +20,10 @@ files:
20
20
githubWorkflows :
21
21
publishRelease : true
22
22
publishSnapshot : true
23
+ gradleRootProject :
24
+ update : true
25
+ createPublishTasks : true
26
+ rootProjectName : " metaborg-git-project"
27
+ includedProjects :
28
+ - name : " git"
29
+ path : " git-library/"
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ plugins {
17
17
}
18
18
19
19
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/" )
You can’t perform that action at this time.
0 commit comments