Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
0387992c
Commit
0387992c
authored
Apr 26, 2022
by
Melledy
Browse files
Fix eclipse gradle support
parent
ae00ab2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
0387992c
...
...
@@ -23,6 +23,8 @@ plugins {
id
'com.google.protobuf'
version
"0.8.18"
id
'idea'
id
'eclipse'
// Apply the application plugin to add support for building a CLI application
id
'application'
...
...
@@ -189,6 +191,14 @@ idea {
}
}
eclipse
{
classpath
{
file
.
whenMerged
{
cp
->
cp
.
entries
.
add
(
new
org
.
gradle
.
plugins
.
ide
.
eclipse
.
model
.
SourceFolder
(
'src/generated/main/java'
,
null
)
)
}
}
}
signing
{
sign
publishing
.
publications
.
mavenJava
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment