-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update Maven config GAE 11 #2441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor stuff
appengine-java11/gaeinfo/README.md
Outdated
@@ -44,7 +44,7 @@ Main class to your classpath: | |||
|
|||
- Deploy to App Engine standard environment using the following Maven command. | |||
``` | |||
mvn appengine:deploy -Dapp.deploy.projectId=<your-project-id> | |||
mvn clean package appengine:deploy -Dapp.deploy.projectId=<your-project-id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's remove -Dapp.deploy.projectId=<your-project-id>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
appengine-java11/kotlin-ktor/pom.xml
Outdated
<id>repo1</id> | ||
<url>https://jcenter.bintray.com</url> | ||
<releases><enabled>true</enabled></releases> | ||
<snapshots><enabled>true</enabled></snapshots> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably want that to be false -- we don't want snapshots
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
appengine-java11/kotlin-ktor/pom.xml
Outdated
<id>repo2</id> | ||
<url>https://kotlin.bintray.com/ktor</url> | ||
<releases><enabled>true</enabled></releases> | ||
<snapshots><enabled>true</enabled></snapshots> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we also don't want them here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@lesv ready for review. Thanks |
No description provided.