mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Log.
This commit is contained in:
parent
57f8ec90c4
commit
651eb449f8
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@ class ParsedBuildFile(val file: File, val context: KobaltContext) {
|
||||||
* val profile = true, otherwise return the same line
|
* val profile = true, otherwise return the same line
|
||||||
*/
|
*/
|
||||||
fun correctProfileLine(line: String) : String {
|
fun correctProfileLine(line: String) : String {
|
||||||
if (line.contains("experimental")) {
|
|
||||||
println("DONOTCOMMIT")
|
|
||||||
}
|
|
||||||
context.profiles.forEach {
|
context.profiles.forEach {
|
||||||
if (line.matches(kotlin.text.Regex("[ \\t]*val[ \\t]+$it[ \\t]+=.*"))) {
|
if (line.matches(kotlin.text.Regex("[ \\t]*val[ \\t]+$it[ \\t]+=.*"))) {
|
||||||
with("val $it = true") {
|
with("val $it = true") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue