Skip to content

Enable running on Windows#66

Closed
koppor wants to merge 20 commits intoInAnYan:ai-pr-1from
JabRef:use-gradle-modules-plugin-snapshot
Closed

Enable running on Windows#66
koppor wants to merge 20 commits intoInAnYan:ai-pr-1from
JabRef:use-gradle-modules-plugin-snapshot

Conversation

@koppor
Copy link
Copy Markdown
Collaborator

@koppor koppor commented Jul 4, 2024

Fixes #5

Currently only a test setting. Lets hope that java9-modularity/gradle-modules-plugin#282 will be finished soon.

To use:

  1. git clone git@github.com:koppor/gradle-modules-plugin.git
  2. cd gradle-modules-plugin
  3. ./gradlew publishToMavenLocal

Then, it should work both in IntelliJ and on the command line

  1. cd ../JabRef
  2. ./gradlew run

(If on this use-gradle-modules-plugin-snapshot branch)

Mandatory checks

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

Siedlerchr and others added 11 commits June 27, 2024 08:08
Bumps `luceneVersion` from 9.11.0 to 9.11.1.

Updates `org.apache.lucene:lucene-core` from 9.11.0 to 9.11.1

Updates `org.apache.lucene:lucene-queryparser` from 9.11.0 to 9.11.1

Updates `org.apache.lucene:lucene-queries` from 9.11.0 to 9.11.1

Updates `org.apache.lucene:lucene-analysis-common` from 9.11.0 to 9.11.1

Updates `org.apache.lucene:lucene-highlighter` from 9.11.0 to 9.11.1

---
updated-dependencies:
- dependency-name: org.apache.lucene:lucene-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.lucene:lucene-queryparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.lucene:lucene-queries
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.lucene:lucene-analysis-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.lucene:lucene-highlighter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.2...r5.10.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.fxmisc.richtext:richtextfx](https://github.com/FXMisc/RichTextFX) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/FXMisc/RichTextFX/releases)
- [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md)
- [Commits](FXMisc/RichTextFX@v0.11.2...v0.11.3)

---
updated-dependencies:
- dependency-name: org.fxmisc.richtext:richtextfx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…JabRef#11444)

Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@koppor koppor marked this pull request as draft July 4, 2024 09:39
@koppor
Copy link
Copy Markdown
Collaborator Author

koppor commented Jul 4, 2024

No need for a merge. This needs to be done locally to get ./gradlew run starting.

@koppor
Copy link
Copy Markdown
Collaborator Author

koppor commented Jul 4, 2024

@koppor
Copy link
Copy Markdown
Collaborator Author

koppor commented Jul 4, 2024

Obsolete because of JabRef#11451.

@koppor koppor closed this Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants