File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,12 @@ directory:
1818+
1919[source,gradle]
2020----
21- ext.pluginApiVersion = '8.7.0-SNAPSHOT '
22- ext.luceneVersion = '9.5.0-snapshot-d19c3e2e0ed '
21+ ext.pluginApiVersion = '8.7.0'
22+ ext.luceneVersion = '9.5.0'
2323
2424buildscript {
25- ext.pluginApiVersion = '8.7.0-SNAPSHOT '
25+ ext.pluginApiVersion = '8.7.0'
2626 repositories {
27- maven {
28- url = 'https://snapshots.elastic.co/maven/'
29- }
3027 mavenCentral()
3128 }
3229 dependencies {
@@ -46,12 +43,6 @@ group 'org.example'
4643version '1.0-SNAPSHOT'
4744
4845repositories {
49- maven {
50- url = "https://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/d19c3e2e0ed/"
51- }
52- maven {
53- url = 'https://snapshots.elastic.co/maven/'
54- }
5546 mavenLocal()
5647 mavenCentral()
5748}
You can’t perform that action at this time.
0 commit comments