Skip to content

Commit

Permalink
Tidy up.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 29, 2023
1 parent a24adb8 commit 8b82f6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions structurizr-onpremises-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-client:1.26.1'
api 'com.structurizr:structurizr-client:1.29.0'

testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
}

compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17

description = 'Plugin APIs for the Structurizr on-premises installation'
group = 'com.structurizr'
Expand Down
Binary file not shown.

0 comments on commit 8b82f6b

Please sign in to comment.