Skip to content

Commit cf59b6b

Browse files
committed
Issue 103: Add implementation for Initialization Blocks modeled on Callable.
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 8ced60a commit cf59b6b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/release_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
{
2828
"title": "## \uD83D\uDEE0 Other Updates",
2929
"labels": ["other", "kind/dependency-change"]
30+
},
31+
{
32+
"title": "## 🚨 Breaking Changes",
33+
"labels": ["breaking"]
3034
}
3135
],
3236
"ignore_labels": [

settings.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ distributed under the License is distributed on an "AS IS" BASIS,
99
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1010
See the License for the specific language governing permissions and
1111
limitations under the License.
12-
*/
12+
*/
13+
pluginManagement {
14+
plugins {
15+
id 'org.jetbrains.kotlin.jvm' version '2.1.10'
16+
}
17+
}
18+
plugins {
19+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
20+
}

0 commit comments

Comments
 (0)