Skip to content

Commit c5c0ce2

Browse files
committed
Add transient annotation
1 parent 24120e4 commit c5c0ce2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ lazy val `scalameta-ast` = projectMatrix
9494
)
9595
)
9696

97+
@transient
9798
lazy val metaVersion = taskKey[String]("")
99+
@transient
98100
lazy val metaTreesSource = taskKey[String]("")
99101

100102
lazy val testBuildInfo = {
@@ -171,6 +173,7 @@ lazy val jsProjectSettings: Def.SettingsDefinition = Def.settings(
171173
},
172174
)
173175

176+
@transient
174177
val genBuildInfo = taskKey[String]("")
175178

176179
lazy val dialectOverrideCodeGen = project
@@ -232,6 +235,7 @@ def cp(
232235
}
233236
}
234237

238+
@transient
235239
val copyFilesFull = taskKey[Unit]("")
236240

237241
lazy val root = project

0 commit comments

Comments
 (0)