- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for gradlePluginPortal (0.11 sec)
-
build-logic-settings/settings.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ dependencyResolutionManagement { repositories { mavenCentral() gradlePluginPortal() } } plugins { id("com.gradle.develocity").version("3.18.1") // Run `java build-logic-settings/UpdateDevelocityPluginVersion.java <new-version>` to update
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 06:42:50 UTC 2024 - 1.1K bytes - Viewed (0) -
build-logic-commons/settings.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ dependencyResolutionManagement { repositories { gradlePluginPortal() } } plugins { id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0") } includeBuild("../build-logic-settings") // Shared basics for all include("basics")
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Nov 06 06:19:29 UTC 2024 - 1.8K bytes - Viewed (0) -
build.gradle.kts
classpath(libs.gradlePlugin.mavenPublish) classpath(libs.gradlePlugin.binaryCompatibilityValidator) classpath(libs.gradlePlugin.mavenSympathy) } repositories { mavenCentral() gradlePluginPortal() google() } } apply(plugin = "org.jetbrains.dokka") apply(plugin = "com.diffplug.spotless") configure<SpotlessExtension> { kotlin { target("**/*.kt") ktlint() } }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Jun 23 17:02:02 UTC 2024 - 9K bytes - Viewed (0)