Skip to content

Commit b0dbdeb

Browse files
committed
Add gradle gitignore stuff
1 parent 50d71b6 commit b0dbdeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'gradle'
2323

2424
- name: Build project with Gradle
25-
run: gradle wrapper && export GRADLE_OPTS="-Dorg.gradle.daemon=false" && ./gradlew build --no-daemon
25+
run: export GRADLE_OPTS="-Dorg.gradle.daemon=false" && ./gradlew build --no-daemon
2626

2727
- name: Upload client JAR as release asset
2828
uses: actions/upload-release-asset@v1

build/reports/problems/problems-report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
<script type="text/javascript">
651651
function configurationCacheProblems() { return (
652652
// begin-report-data
653-
{"diagnostics":[{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/build.gradle'","line":4}],"problem":[{"text":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#java_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-javapluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/build.gradle'","line":5}],"problem":[{"text":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#java_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-javapluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/client/build.gradle'","line":3}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/client/build.gradle'","line":7}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/server/build.gradle'","line":3}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/server/build.gradle'","line":7}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]},{"problem":[{"text":"The org.gradle.api.plugins.Convention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.Convention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#deprecated_access_to_conventions","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-convention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.Convention type has been deprecated."}]}],"problemsReport":{"totalProblemCount":7,"buildName":"skribbl-io-java","requestedTasks":"","documentationLink":"https://docs.gradle.org/8.13/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
653+
{"diagnostics":[{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/build.gradle'","line":4}],"problem":[{"text":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#java_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-javapluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/build.gradle'","line":5}],"problem":[{"text":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#java_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-javapluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.JavaPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/client/build.gradle'","line":3}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/client/build.gradle'","line":7}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/server/build.gradle'","line":3}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]},{"locations":[{"path":"build file '/home/abhay/dev/java/skribbl-io-java/server/build.gradle'","line":7}],"problem":[{"text":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated.","documentationLink":"https://docs.gradle.org/8.13/userguide/upgrading_version_8.html#application_convention_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"the-org-gradle-api-plugins-applicationpluginconvention-type-has-been-deprecated","displayName":"The org.gradle.api.plugins.ApplicationPluginConvention type has been deprecated."}]}],"problemsReport":{"totalProblemCount":6,"buildName":"skribbl-io-java","requestedTasks":"clean","documentationLink":"https://docs.gradle.org/8.13/userguide/reporting_problems.html","documentationLinkCaption":"Problem report","summaries":[]}}
654654
// end-report-data
655655
);}
656656
</script>

0 commit comments

Comments
 (0)