Skip to content

Commit 496ed16

Browse files
authored
Merge pull request #119 from guy120494/fix-connection
Fix connection
2 parents 4663688 + 55fb330 commit 496ed16

File tree

247 files changed

+772
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+772
-85
lines changed

README.md

Lines changed: 14 additions & 1 deletion

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ idea {
4444
vcs = 'Git'
4545
}
4646
}
47-
4847
release {
4948
tagTemplate = 'v${version}'
5049
failOnPublishNeeded = false
@@ -152,12 +151,12 @@ bintray {
152151
vcsUrl = 'https://github.com/graphql-java/graphql-java-annotations'
153152
version {
154153
name = project.version
155-
released = new Date()
154+
released = new Date()
156155
}
157156
}
158157
}
159158

160159
task bundle(type: Bundle) {
161-
from sourceSets.main.output
162-
bndfile = file('bundle.bnd')
160+
from sourceSets.main.output
161+
bndfile = file('bundle.bnd')
163162
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)