Skip to content

Commit

Permalink
Fix formatting in convention examples
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Jun 20, 2024
1 parent ca18f2f commit 3310da9
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.myorg:convention-develocity-gradle-plugin-gradle-2-through-4:1.0.0-SNAPSHOT'
}
repositories {
mavenLocal()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.myorg:convention-develocity-gradle-plugin-gradle-2-through-4:1.0.0-SNAPSHOT'
}
}

apply plugin: 'com.myorg.convention-develocity-gradle-2-through-4'
apply plugin: 'java'

Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
buildscript {
repositories {
mavenLocal()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.myorg:convention-develocity-gradle-plugin-gradle-2-through-4:1.0.0-SNAPSHOT'
}
repositories {
mavenLocal()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.myorg:convention-develocity-gradle-plugin-gradle-2-through-4:1.0.0-SNAPSHOT'
}
}

apply plugin: 'com.myorg.convention-develocity-gradle-2-through-4'
apply plugin: 'java'

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id 'com.myorg.convention-develocity-gradle-5-or-newer' version '1.0.0-SNAPSHOT'
id 'java'
}
id 'com.myorg.convention-develocity-gradle-5-or-newer' version '1.0.0-SNAPSHOT'
id 'java'
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
repositories {
mavenLocal()
gradlePluginPortal()
}
}

rootProject.name = 'example-build'
rootProject.name = 'example-build'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id 'java'
}
id 'java'
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
repositories {
mavenLocal()
gradlePluginPortal()
}
}

plugins {
id 'com.myorg.convention-develocity-gradle-5-or-newer' version '1.0.0-SNAPSHOT'
id 'com.myorg.convention-develocity-gradle-5-or-newer' version '1.0.0-SNAPSHOT'
}

rootProject.name = 'example-build'
rootProject.name = 'example-build'

0 comments on commit 3310da9

Please sign in to comment.