Skip to content

Commit

Permalink
aim42#309 Start migration to separate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Oct 19, 2023
1 parent 619caf4 commit 6416117
Show file tree
Hide file tree
Showing 109 changed files with 5 additions and 3 deletions.
Empty file.
6 changes: 3 additions & 3 deletions build.gradle → htmlSanityCheck-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ apply plugin: "com.gradle.plugin-publish"

// publish to (local) maven repo
apply plugin: 'maven-publish'
apply from: "config/publish-snapshot.gradle"
apply from: "../config/publish-snapshot.gradle"


// end:BuildPlugins[]
Expand Down Expand Up @@ -114,9 +114,9 @@ publishing {

// =========================================================

apply from: 'config/buildScan.gradle'
apply from: '../config/buildScan.gradle'

apply from: 'config/publish-gradle-plugin.gradle'
apply from: '../config/publish-gradle-plugin.gradle'


task info(
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ plugins {

rootProject.name = 'htmlSanityCheck'

include ':htmlSanityCheck-core',
':htmlSanityCheck-gradle-plugin'

0 comments on commit 6416117

Please sign in to comment.