Skip to content

Commit

Permalink
Merge pull request #85 from trello/dlew/source-target-compat
Browse files Browse the repository at this point in the history
Set source/target compat to 1.8 for Victor
  • Loading branch information
dlew authored Jun 8, 2021
2 parents fad3bcb + 414ff94 commit 720a0e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions victor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ repositories {
mavenCentral()
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

// Batik dependencies

dependencies {
Expand Down Expand Up @@ -77,3 +80,12 @@ pluginBundle {
artifactId = "victor"
}
}

publishing {
repositories {
maven {
name = 'localPluginRepository'
url = '../local-plugin-repository'
}
}
}

0 comments on commit 720a0e6

Please sign in to comment.