Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.4 support #22

Merged
merged 2 commits into from
May 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Change name of version 9 to 9.0-3 to better reflect supported versions
  • Loading branch information
mjanuszkiewicz-tt committed May 31, 2024
commit 588e5839ed6a1956875d9bb67cf37afc1281c495
2 changes: 1 addition & 1 deletion 9/build.gradle → 9.0-3/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(this, "9.1.0")
buildPlugin(this, "9.3.0")
configure(this) {
dependencies {
compileOnly 'org.locationtech.spatial4j:spatial4j:0.8'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ rootProject.name = 'traveltime-solr-plugin'
include '6'
include '7'
include '8'
include '9'
include '9.0-3'