File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ plugins {
33}
44
55repositories {
6+ gradlePluginPortal()
67 mavenCentral()
78 google()
8-
9- gradlePluginPortal()
109}
1110
1211dependencies {
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
3+ */
4+
5+ rootProject.name = " javascript-build-logic"
6+
7+ dependencyResolutionManagement {
8+ repositories {
9+ mavenCentral()
10+ google()
11+ }
12+
13+ versionCatalogs {
14+ create(" libs" ) {
15+ from(files(" ../gradle/libs.versions.toml" ))
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 1+ jdk :
2+ - openjdk17
3+ install :
4+ - ./gradlew clean -Pgroup=$GROUP -Pversion=$VERSION -xtest -xlint -xsignMavenPublication publishToMavenLocal
You can’t perform that action at this time.
0 commit comments