You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
17
+
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") { exclude("org.jetbrains.kotlin") } // TODO don't use a snapshot version in a main branch
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch
19
+
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") { exclude("org.jetbrains.kotlin") } // TODO don't use a snapshot version in a main branch
0 commit comments