File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 51
51
uses : gradle/actions/setup-gradle@v3
52
52
with :
53
53
cache-read-only : false
54
+ - name : Set active version
55
+ run : printf "${{ matrix.target }}" > ./versions/current
54
56
- name : Build ${{ matrix.target }}
55
57
run : ./gradlew "Refresh active project" buildAndCollectActive --stacktrace
56
58
env :
Original file line number Diff line number Diff line change @@ -11,12 +11,7 @@ plugins {
11
11
id(" dev.isxander.modstitch.base" ) apply false
12
12
}
13
13
14
- val ciSingleBuild: String? = System .getenv(" CI_SINGLE_BUILD" )
15
- if (ciSingleBuild != null ) {
16
- stonecutter active ciSingleBuild.split(" :" )[0 ]
17
- } else {
18
- stonecutter active file(" versions/current" )
19
- }
14
+ stonecutter active file(" versions/current" )
20
15
21
16
stonecutter.tree.nodes.forEach { it.project.plugins.apply (" dev.kikugie.stonecutter" ) }
22
17
You can’t perform that action at this time.
0 commit comments