Skip to content

Commit fd78918

Browse files
authored
Remove jar name override for preallocate (elastic#95154)
The preallocate lib should be named similar to other libs, with the elasticsearch- prefix.
1 parent d704f21 commit fd78918

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libs/preallocate/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
apply plugin: 'elasticsearch.build'
99

10-
archivesBaseName = 'preallocate'
11-
1210
dependencies {
1311
implementation project(':libs:elasticsearch-core')
1412
implementation project(':libs:elasticsearch-logging')

server/src/main/resources/org/elasticsearch/bootstrap/security.policy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ grant codeBase "${codebase.log4j-api}" {
7676
permission java.lang.RuntimePermission "getClassLoader";
7777
};
7878

79-
grant codeBase "${codebase.preallocate}" {
79+
grant codeBase "${codebase.elasticsearch-preallocate}" {
8080
// for registering native methods
8181
permission java.lang.RuntimePermission "accessDeclaredMembers";
8282
// for accessing the file descriptor field in FileChannel

0 commit comments

Comments
 (0)