Skip to content

Commit

Permalink
Merge pull request xproc#784 from ndw/git-hacks
Browse files Browse the repository at this point in the history
Git and build hacks
  • Loading branch information
ndw committed Mar 6, 2019
2 parents ebed069 + 3196cf9 commit b3bac99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitattributes
@@ -0,0 +1,6 @@
* text=auto

*.xml diff=asplaintext

.gitattributes export-ignore
.gitignore export-ignore
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,3 @@
* @xproc/spec-authors
/tools/ @ndw
/buildSrc/ @ndw
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -19,7 +19,7 @@ buildscript {
classpath group: 'com.xmlcalabash', name: 'xmlcalabash1-print', version: '1.1.5'
classpath group: 'com.xmlcalabash', name: 'xmlcalabash1-gradle', version: '1.3.5'
classpath group: 'com.xmlcalabash', name: 'xmlcalabash', version: '1.1.23-98'
classpath group: 'org.xmlresolver', name: 'xmlresolver', version: '1.0.0'
classpath group: 'org.xmlresolver', name: 'xmlresolver', version: '1.0.1'
}
}

Expand All @@ -37,6 +37,7 @@ repositories {
configurations.all {
resolutionStrategy {
force 'xml-apis:xml-apis:1.4.01'
force 'org.xmlresolver:xmlresolver:1.0.1'
}
}

Expand Down

0 comments on commit b3bac99

Please sign in to comment.