Skip to content

Commit

Permalink
bump version, use the right jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
douira committed May 21, 2022
1 parent 6642a32 commit 21d8142
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@
"columnLimit": 110
},
"java.sources.organizeImports.staticStarThreshold": 1,
"java.sources.organizeImports.starThreshold": 2
"java.sources.organizeImports.starThreshold": 2,
"java.configuration.runtimes": [
{
"name": "JavaSE-17",
"path": "/Library/Java/JavaVirtualMachines/jdk-17.0.1.jdk/Contents/Home",
"default": true
}
],
}
2 changes: 1 addition & 1 deletion glsl-transformer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = 'io.github.douira'
version = '0.23.1'
version = '0.23.2'

repositories {
// Use Maven Central for resolving dependencies.
Expand Down

0 comments on commit 21d8142

Please sign in to comment.