11/*
2- Copyright 2022 BlueTrailSoftware, Holding Inc.
2+ Copyright 2023 ERR0 LLC
33
44Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ plugins {
2525}
2626
2727group = " io.err0"
28- version = " 1.3.11 -BETA"
28+ version = " 1.4.0 -BETA"
2929
3030repositories {
3131 mavenCentral()
@@ -123,6 +123,7 @@ tasks.withType<JavaExec> {
123123 // Check-out the open-source-bundle project at the same parent level as this project:
124124 args = listOf (
125125 // pass #1 -- insert error codes (or re-insert error codes).
126+ " --token" , " ../open-source-bundle/dev-localhost/err0-smartthingsedgedrivers-20230603-077907dc-0214-11ee-a0ed-305a3ac84b71.json" , " --insert" , " ../open-source-bundle/SmartThingsEdgeDrivers" , // Lua
126127 " --token" , " ../open-source-bundle/dev-localhost/err0-leptos-20221220-7c62eafd-806b-11ed-b59e-4401bb8de3b3.json" , " --insert" , " ../open-source-bundle/leptos" , // Rust
127128 " --token" , " ../open-source-bundle/dev-localhost/err0-postfix-20221220-5cd5d49b-806b-11ed-b59e-4401bb8de3b3.json" , " --insert" , " ../open-source-bundle/postfix" , // C
128129 " --token" , " ../open-source-bundle/dev-localhost/err0-bitcoin-20221220-6dcc7b5c-806b-11ed-b59e-4401bb8de3b3.json" , " --insert" , " ../open-source-bundle/bitcoin" , // C++
@@ -143,7 +144,9 @@ tasks.withType<JavaExec> {
143144 " --token" , " ../open-source-bundle/dev-localhost/err0-cerbos-20221207-33d4bf05-763f-11ed-8b95-4401bb8de3b3.json" , " --insert" , " ../open-source-bundle/cerbos" , // go
144145 " --token" , " ../open-source-bundle/dev-localhost/err0-mender-20221207-5b47787b-763f-11ed-8b95-4401bb8de3b3.json" , " --insert" , " ../open-source-bundle/mender" , // go
145146 " --token" , " ../open-source-bundle/dev-localhost/err0-rails-20230723-82c92bf1-1997-11ee-8025-305a3ac84b71.json" , " --insert" , " ../open-source-bundle/rails" , // Ruby
147+ " --token" , " ../open-source-bundle/dev-localhost/err0-pytorch-20221209-6cd848c3-77ab-11ed-b3c0-4401bb8de3b3.json" , " --insert" , " ../open-source-bundle/pytorch" , // Python/C++
146148 // pass #2 -- analyse source code, ignoring dirty checkout.
149+ " --token" , " ../open-source-bundle/dev-localhost/err0-smartthingsedgedrivers-20230603-077907dc-0214-11ee-a0ed-305a3ac84b71.json" , " --analyse" , " --dirty" , " ../open-source-bundle/SmartThingsEdgeDrivers" , // Lua
147150 " --token" , " ../open-source-bundle/dev-localhost/err0-leptos-20221220-7c62eafd-806b-11ed-b59e-4401bb8de3b3.json" , " --analyse" , " --dirty" , " ../open-source-bundle/leptos" , // Rust
148151 " --token" , " ../open-source-bundle/dev-localhost/err0-postfix-20221220-5cd5d49b-806b-11ed-b59e-4401bb8de3b3.json" , " --analyse" , " --dirty" , " ../open-source-bundle/postfix" , // C
149152 " --token" , " ../open-source-bundle/dev-localhost/err0-bitcoin-20221220-6dcc7b5c-806b-11ed-b59e-4401bb8de3b3.json" , " --analyse" , " --dirty" , " ../open-source-bundle/bitcoin" , // C++
@@ -164,6 +167,7 @@ tasks.withType<JavaExec> {
164167 " --token" , " ../open-source-bundle/dev-localhost/err0-cerbos-20221207-33d4bf05-763f-11ed-8b95-4401bb8de3b3.json" , " --analyse" , " --dirty" , " ../open-source-bundle/cerbos" , // go
165168 " --token" , " ../open-source-bundle/dev-localhost/err0-mender-20221207-5b47787b-763f-11ed-8b95-4401bb8de3b3.json" , " --analyse" , " --dirty" , " ../open-source-bundle/mender" , // go
166169 " --token" , " ../open-source-bundle/dev-localhost/err0-rails-20230723-82c92bf1-1997-11ee-8025-305a3ac84b71.json" , " --analyse" , " --dirty" , " ../open-source-bundle/rails" , // Ruby
170+ " --token" , " ../open-source-bundle/dev-localhost/err0-pytorch-20221209-6cd848c3-77ab-11ed-b3c0-4401bb8de3b3.json" , " --analyse" , " --dirty" , " ../open-source-bundle/pytorch" , // Python/C++
167171 )
168172
169173 // args = listOf("--version", "--help")
0 commit comments