Skip to content

Commit f62d458

Browse files
committed
Try to fix build.
1 parent fb0a26a commit f62d458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,4 +751,4 @@
751751

752752
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
753753

754-
This report was generated on **Tue Oct 15 23:08:57 EEST 2024** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
754+
This report was generated on **Tue Oct 15 23:56:00 EEST 2024** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).

gradle-plugin/src/main/kotlin/io/spine/chords/gradle/GradlePlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public class GradlePlugin : Plugin<Project> {
7373
override fun apply(project: Project) {
7474

7575
val workspaceDir = File(project.buildDir, workspaceModuleName)
76-
workspaceDir.mkdirs()
7776

7877
project.createExtension()
7978

@@ -137,6 +136,7 @@ public class GradlePlugin : Plugin<Project> {
137136
* is to be performed.
138137
*/
139138
private fun createCodegenWorkspace(project: Project, workspaceDir: File) {
139+
workspaceDir.mkdirs()
140140
val configurationName = "workspace"
141141
val workspace = project.configurations.create(configurationName) {
142142
it.isTransitive = false

0 commit comments

Comments
 (0)