[ 
https://issues.apache.org/jira/browse/SOLR-15455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420690#comment-17420690
 ] 

Dawid Weiss commented on SOLR-15455:
------------------------------------

I also pushed another alternative that goes through the maven-local repository. 
This will always work, even if gradle versions are out of sync. Works for me 
(that is: the snapshot version is indeed picked up; didn't check whether tests 
pass or if the security policy needs any changes):
{code}
# Lucene side:
gradlew publishToMavenLocal

# Solr side:
gradlew -p solr\core compileJava -Plucene.version=9.0.0-SNAPSHOT
{code}

> Facilitate joint Lucene/Solr local development workflow
> -------------------------------------------------------
>
>                 Key: SOLR-15455
>                 URL: https://issues.apache.org/jira/browse/SOLR-15455
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: main (9.0)
>            Reporter: Michael Gibney
>            Priority: Minor
>         Attachments: SOLR-15455-security-policy-mods.patch, 
> solr-lucene-snapshot-build.patch
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The recommended local development workflow for joint Lucene/Solr development 
> post-TLP split requires some changes in order to work properly. The necessary 
> changes are few, but there's also some opportunity (with minimal changes) to 
> further ease the path for developers. This issue should also encompass 
> documentation of the recommended workflow.
> Continued from a solr-dev [mailing list 
> thread|https://mail-archives.apache.org/mod_mbox/solr-dev/202106.mbox/%3ccajrvfdryqu+hbzdiimaxtsab2e4nyeais-3sfzw6v3zv3gy...@mail.gmail.com%3e].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to